From 8fc734ad5948f48d3662aeb1b30a19fa204cbd51 Mon Sep 17 00:00:00 2001 From: Brian Mastenbrook Date: Sat, 20 Aug 2005 19:34:44 +0000 Subject: [PATCH] 0.9.3.72: enable linkage tables on Solaris/x86 --- make-config.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4