1.0.9.28: Enable alien callbacks for MIPS.
authorThiemo Seufer <ths@networkno.de>
Sun, 2 Sep 2007 03:08:38 +0000 (03:08 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 2 Sep 2007 03:08:38 +0000 (03:08 +0000)
make-config.sh
version.lisp-expr

index bacc797..6727c84 100644 (file)
@@ -299,6 +299,7 @@ elif [ "$sbcl_arch" = "x86-64" ]; then
 elif [ "$sbcl_arch" = "mips" ]; then
     printf ' :linkage-table' >> $ltf
     printf ' :stack-allocatable-closures' >> $ltf
+    printf ' :alien-callbacks' >> $ltf
     # Use a little C program to try to guess the endianness.  Ware
     # cross-compilers!
     #
index 5bfc8fa..bda4ef7 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.9.27"
+"1.0.9.28"