From ccfb3a7d29bc5360467474ce4eaa50dff2269f62 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 2 Sep 2007 03:08:38 +0000 Subject: [PATCH] 1.0.9.28: Enable alien callbacks for MIPS. --- make-config.sh | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4