X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=47ed7b5fb0fe4c81e59a3dafb2e85b732d5cfef2;hb=6e64d0c249f53f4d41fd7a75f80dfd10a1c89f06;hp=686a9c238218b52ef645d03dca37de506f06265d;hpb=1e4629723d19f96d752235ffde34fe58431431ae;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 686a9c2..47ed7b5 100644 --- a/make-config.sh +++ b/make-config.sh @@ -35,6 +35,7 @@ case `uname -m` in sparc*) guessed_sbcl_arch=sparc ;; sun*) guessed_sbcl_arch=sparc ;; ppc) guessed_sbcl_arch=ppc ;; + parisc) guessed_sbcl_arch=hppa ;; *) # If we're not building on a supported target architecture, we # we have no guess, but it's not an error yet, since maybe @@ -60,7 +61,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