X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=021b115d051669b9511eccce6fd2ad6245baedaf;hb=422b88abf96f4842a3d0999cd3b80d96f5a153d6;hp=653a60ed1b94125ec7ae7866b8b1c5f64133b27a;hpb=0d669e68a1ffbea42af6216f2ae8c7d7ca12ffb6;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 653a60e..021b115 100644 --- a/make-config.sh +++ b/make-config.sh @@ -60,7 +60,7 @@ printf ":%s" "$sbcl_arch" >> $ltf # if we're building for x86. -- CSR, 2002-02-21 Then we do something # similar with :STACK-GROWS-FOOWARD, too. -- WHN 2002-03-03 if [ "$sbcl_arch" = "x86" ] ; then - printf ' :gencgc :stack-grows-downward-not-upward' >> $ltf + printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack' >> $ltf else # Nothing need be done in this case, but sh syntax wants a placeholder. echo > /dev/null @@ -100,6 +100,15 @@ case `uname` in ln -s $sbcl_arch-linux-os.h target-arch-os.h ln -s linux-os.h target-os.h ;; + OSF1) + # it's changed name twice since it was called OSF/1: clearly + # the marketers forgot to tell the engineers about Digital Unix + # _or_ OSF/1 ... + printf ' :osf1' >> $ltf + ln -s Config.$sbcl_arch-osf1 Config + ln -s $sbcl_arch-osf1-os.h target-arch-os.h + ln -s osf1-os.h target-os.h + ;; *BSD) printf ' :bsd' >> $ltf ln -s $sbcl_arch-bsd-os.h target-arch-os.h