1.0.29.20: fix build breakage from 1.0.29.12 (PPC and MIPS, hopefully)
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 20 Jun 2009 09:08:09 +0000 (09:08 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 20 Jun 2009 09:08:09 +0000 (09:08 +0000)
* Typos in make-config.sh PPC parts. Reported by Bruce O'Neel.

* MIPS was missing :STACK-ALLOCATABLE-VECTORS.

make-config.sh
version.lisp-expr

index 34e0390..a43a059 100644 (file)
@@ -299,7 +299,7 @@ elif [ "$sbcl_arch" = "x86-64" ]; then
     printf ' :alien-callbacks :cycle-counter' >> $ltf
 elif [ "$sbcl_arch" = "mips" ]; then
     printf ' :linkage-table' >> $ltf
-    printf ' :stack-allocatable-closures' >> $ltf
+    printf ' :stack-allocatable-closures :stack-allocatable-vectors' >> $ltf
     printf ' :stack-allocatable-lists :stack-allocatable-fixed-objects' >> $ltf
     printf ' :alien-callbacks' >> $ltf
     # Use a little C program to try to guess the endianness.  Ware
@@ -308,8 +308,8 @@ elif [ "$sbcl_arch" = "mips" ]; then
     # FIXME: integrate to grovel-features, mayhaps
     $GNUMAKE -C tools-for-build determine-endianness -I ../src/runtime
     tools-for-build/determine-endianness >> $ltf
-elif [ "$sbcl_arch" = "ppc"]; then
-    printf ' :gencgc :stack-allocatable-closures :stacka-allocatable-lists' > $ltf
+elif [ "$sbcl_arch" = "ppc" ]; then
+    printf ' :gencgc :stack-allocatable-closures :stacka-allocatable-lists' >> $ltf
     printf ' :linkage-table' >> $ltf
     if [ "$sbcl_os" = "linux" ]; then
         # Use a C program to detect which kind of glibc we're building on,
index 0d6ee76..94f28c1 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.29.19"
+"1.0.29.20"