X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-compiler.sh;h=0dd33fd78928ee808fb03f091201e2a8d8fddf3d;hb=dc2b10f2cc464b6d0003c3adc4541c3895eebbd5;hp=d98aab0649e40fd3c1d967aab5b941716561ac5a;hpb=6b5e285152dc031327e66e5405bc449b92560ec8;p=sbcl.git diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh index d98aab0..0dd33fd 100644 --- a/tests/run-compiler.sh +++ b/tests/run-compiler.sh @@ -10,11 +10,9 @@ fi args= case "$platform" in Darwin-X86-64) args="-arch x86_64" ;; + Darwin-X86) args="-arch i386" ;; SunOS-X86-64) args=-m64 ;; -esac - -case "$platform" in - Darwin-X86) args="-arch i386" ;; + Linux-X86) args="-m32" ;; esac while [ $# -gt 0 ]; do