X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=ca9e63fe87d8fefa0b522aded785b9be8c6edbfa;hb=d90c8a75da90925a51a587f7bd4d9c494256f68a;hp=f251797be89334b9746c3720bbf462377841f3b1;hpb=ebb604b4422ba886e70ce2e531c1f4d28d44e721;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index f251797..ca9e63f 100644 --- a/make-config.sh +++ b/make-config.sh @@ -526,6 +526,7 @@ case "$sbcl_os" in ;; win32) printf ' :win32' >> $ltf + printf ' :sb-futex' >> $ltf printf ' :sb-qshow' >> $ltf link_or_copy Config.$sbcl_arch-win32 Config link_or_copy $sbcl_arch-win32-os.h target-arch-os.h @@ -622,7 +623,17 @@ elif [ "$sbcl_arch" = "sparc" ]; then # FUNCDEF macro for assembler. No harm in running this on sparc-linux # as well. sh tools-for-build/sparc-funcdef.sh > src/runtime/sparc-funcdef.h - printf ' :cheneygc' >> $ltf + if [ "$sbcl_os" = "sunos" ]; then + printf ' :gencgc' >> $ltf + else + echo '***' + echo '*** You are running SPARC on non-SunOS. Since GENCGC is' + echo '*** untested on this combination, make-config.sh is falling' + echo '*** back to CHENEYGC. Please consider adjusting parms.lisp' + echo '*** to build with GENCGC instead.' + echo '***' + printf ' :cheneygc' >> $ltf + fi if [ "$sbcl_os" = "sunos" ] || [ "$sbcl_os" = "linux" ]; then printf ' :linkage-table' >> $ltf fi