X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-compiler.sh;h=8a09dc9f78db78402affc83002482e6ededff16e;hb=1e786e1a23a1f2276ec2dbe197dcc31a53b43738;hp=c59baae675ad09738422e689bd9ae23d47e7e01c;hpb=bdcbd4b5e84d132719e32b3c87fb77527b475efe;p=sbcl.git diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh index c59baae..8a09dc9 100644 --- a/tests/run-compiler.sh +++ b/tests/run-compiler.sh @@ -25,7 +25,7 @@ while [ $# -gt 0 ]; do FreeBSD-X86-64) new=-fPIC ;; Linux-MIPS) new=-fPIC ;; Linux-X86-64) new=-fPIC ;; - Linux-PowerPC) new=-fPIC ;; + Linux-PowerPC) new=-fPIC ;; NetBSD-PowerPC) new=-fPIC ;; NetBSD-X86-64) new=-fPIC ;; OpenBSD-PowerPC) new=-fPIC ;;