Raymond Toy pushed to branch issue-242-c-call-char-result-wrong at cmucl / cmucl
Commits:
-
3107832c
by Raymond Toy at 2023-06-16T06:38:26-07:00
1 changed file:
Changes:
... | ... | @@ -47,8 +47,9 @@ function cleanup { |
47 | 47 | |
48 | 48 | trap cleanup EXIT
|
49 | 49 | |
50 | -echo $PWD
|
|
51 | -ls tests/*.c
|
|
50 | +# Compile up the C file that is used for testing alien funcalls to
|
|
51 | +# functions that return integer types of different lengths. We use
|
|
52 | +# gcc since clang isn't always available.
|
|
52 | 53 | (cd tests; gcc -m32 -O3 -c test-return.c)
|
53 | 54 | |
54 | 55 | if [ $# -eq 0 ]; then
|