1.0.35.6: Fix typo in make-config.sh
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 6 Feb 2010 10:30:36 +0000 (10:30 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 6 Feb 2010 10:30:36 +0000 (10:30 +0000)
on ppc: :stacka-allocatable-lists -> :stack-allocatable-lists

make-config.sh
version.lisp-expr

index c9dad1d..56c268f 100644 (file)
@@ -329,7 +329,7 @@ elif [ "$sbcl_arch" = "mips" ]; then
     $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
+    printf ' :gencgc :stack-allocatable-closures :stack-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 c36d9fe..7e40598 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.35.5"
+"1.0.35.6"