X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-compiler.sh;h=d1a47556eb0473194339a2cfee33a85b4955d33e;hb=6d36f2d6954cb79e3c88fef33fe0c3ad63deaea8;hp=3532fe32f9371e790818e9540a1fd5b9dbdaf7a8;hpb=01b41fdd69d197da85f86a2e4f8971f3ef9dda82;p=sbcl.git diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh index 3532fe3..d1a4755 100644 --- a/tests/run-compiler.sh +++ b/tests/run-compiler.sh @@ -12,6 +12,10 @@ case "$platform" in Darwin-X86-64) args="-arch x86_64" ;; esac +case "$platform" in + Darwin-X86) args="-arch i386" ;; +esac + while [ $# -gt 0 ]; do arg="$1" new=