X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=84b34f5c75094a0bb6fb1491ec7b5a1da10bb2a4;hb=74cfbf6d0572b7df1b3492563408a7cb3ae103cf;hp=9cbfa0d1639d465c6fb1171c7ee7bd8c549e9830;hpb=11b5ac86a98f058fe0375b0a707c6ef9e24590c9;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 9cbfa0d..84b34f5 100644 --- a/make-config.sh +++ b/make-config.sh @@ -146,12 +146,11 @@ echo //setting up OS-dependent information # Under Darwin x86-64, guess whether Darwin 9+ or below. if [ "$sbcl_os" = "darwin" ] && [ "$sbcl_arch" = "x86-64" ]; then - darwin_version=`uname -r` - darwin_version_major=${DARWIN_VERSION_MAJOR:-${darwin_version%%.*}} - if (( 8 < $darwin_version_major )); then - ver9_or_above="9+" - printf ' :inode64' >> $ltf - fi + darwin_version=`uname -r` + darwin_version_major=${DARWIN_VERSION_MAJOR:-${darwin_version%%.*}} + if (( 8 < $darwin_version_major )); then + printf ' :inode64 :darwin9-or-better' >> $ltf + fi fi original_dir=`pwd` @@ -247,7 +246,7 @@ case "$sbcl_os" in fi link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h link_or_copy bsd-os.h target-os.h - link_or_copy Config.$sbcl_arch-darwin$ver9_or_above Config + link_or_copy Config.$sbcl_arch-darwin Config ;; sunos) printf ' :unix' >> $ltf @@ -330,7 +329,7 @@ elif [ "$sbcl_arch" = "mips" ]; then tools-for-build/determine-endianness >> $ltf elif [ "$sbcl_arch" = "ppc" ]; then printf ' :gencgc :stack-allocatable-closures :stack-allocatable-lists' >> $ltf - printf ' :linkage-table' >> $ltf + printf ' :linkage-table :raw-instance-init-vops' >> $ltf if [ "$sbcl_os" = "linux" ]; then # Use a C program to detect which kind of glibc we're building on, # to bandage across the break in source compatibility between