X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;fp=make-config.sh;h=f804496110a3f4aac0ab4d04a338b40ca57f3785;hb=ad096f09fb631331f584121bfe5ee3bfc7f1f951;hp=07b65e3c51b43302c6af6dfedf21a425f2f8bf73;hpb=539339c130d0556d628de8c2b9e6f36b8051c0ce;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 07b65e3..f804496 100644 --- a/make-config.sh +++ b/make-config.sh @@ -624,14 +624,14 @@ 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 - if [ "$sbcl_os" = "sunos" ]; then + if [ "$sbcl_os" = "sunos" ] || [ "$sbcl_os" = "linux" ]; 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 '*** You are running SPARC on non-SunOS, non-Linux. Since' + echo '*** GENCGC is untested on this combination, make-config.sh' + echo '*** is falling back to CHENEYGC. Please consider adjusting' + echo '*** parms.lisp to build with GENCGC instead.' echo '***' printf ' :cheneygc' >> $ltf fi