From: Tobias C. Rittweiler Date: Sat, 6 Feb 2010 10:30:36 +0000 (+0000) Subject: 1.0.35.6: Fix typo in make-config.sh X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b411b7d5ee00409d531a8b0b4fcfc4d1d3c5c1d9;p=sbcl.git 1.0.35.6: Fix typo in make-config.sh on ppc: :stacka-allocatable-lists -> :stack-allocatable-lists --- diff --git a/make-config.sh b/make-config.sh index c9dad1d..56c268f 100644 --- a/make-config.sh +++ b/make-config.sh @@ -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, diff --git a/version.lisp-expr b/version.lisp-expr index c36d9fe..7e40598 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.35.5" +"1.0.35.6"