0.9.3.72: enable linkage tables on Solaris/x86
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Sat, 20 Aug 2005 19:34:44 +0000 (19:34 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Sat, 20 Aug 2005 19:34:44 +0000 (19:34 +0000)
make-config.sh
version.lisp-expr

index 89e7510..a330f88 100644 (file)
@@ -196,7 +196,7 @@ cd $original_dir
 if [ "$sbcl_arch" = "x86" ]; then
     printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack' >> $ltf
     printf ' :stack-allocatable-closures' >> $ltf
-    if [ "$sbcl_os" = "linux" ] || [ "$sbcl_os" = "freebsd" ] || [ "$sbcl_os" = "netbsd" ]; then
+    if [ "$sbcl_os" = "linux" ] || [ "$sbcl_os" = "freebsd" ] || [ "$sbcl_os" = "netbsd" ] || [ "$sbcl_os" = "sunos" ]; then
        printf ' :linkage-table' >> $ltf
     fi
 elif [ "$sbcl_arch" = "x86-64" ]; then
index fa43600..69ae373 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".)
-"0.9.3.71"
+"0.9.3.72"