From: Thiemo Seufer Date: Sun, 2 Sep 2007 03:08:38 +0000 (+0000) Subject: 1.0.9.28: Enable alien callbacks for MIPS. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ccfb3a7d29bc5360467474ce4eaa50dff2269f62;p=sbcl.git 1.0.9.28: Enable alien callbacks for MIPS. --- diff --git a/make-config.sh b/make-config.sh index bacc797..6727c84 100644 --- a/make-config.sh +++ b/make-config.sh @@ -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! # diff --git a/version.lisp-expr b/version.lisp-expr index 5bfc8fa..bda4ef7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"