1.0.8.12: Fix tests/foreign.test.sh on FreeBSD7/amd64
authorNIIMI Satoshi <sa2c@users.sourceforge.net>
Tue, 31 Jul 2007 03:10:46 +0000 (03:10 +0000)
committerNIIMI Satoshi <sa2c@users.sourceforge.net>
Tue, 31 Jul 2007 03:10:46 +0000 (03:10 +0000)
tests/foreign.test.sh
version.lisp-expr

index 6d78488..2f1f405 100644 (file)
@@ -27,7 +27,7 @@ testfilestem=${TMPDIR:-/tmp}/sbcl-foreign-test-$$
 
 build_so() {
   echo building $1.so
-  if [ "`uname -m`" = x86_64 ]; then
+  if [ "`uname -m`" = x86_64 -o "`uname -m`" = amd64 ]; then
     CFLAGS="$CFLAGS -fPIC"
   fi
   if [ "`uname`" = Darwin ]; then
index 846fcb0..f3dc9d7 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.8.11"
+"1.0.8.12"