From: Brian Mastenbrook Date: Sat, 20 Aug 2005 19:34:44 +0000 (+0000) Subject: 0.9.3.72: enable linkage tables on Solaris/x86 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8fc734ad5948f48d3662aeb1b30a19fa204cbd51;p=sbcl.git 0.9.3.72: enable linkage tables on Solaris/x86 --- diff --git a/make-config.sh b/make-config.sh index 89e7510..a330f88 100644 --- a/make-config.sh +++ b/make-config.sh @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index fa43600..69ae373 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".) -"0.9.3.71" +"0.9.3.72"