X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=7000fccb223d200cc90a18a168397250152a231d;hb=8286d1fc02d1e769a766fbf1670bca474237161f;hp=60e40e942da92dd414e90c821649594362729c43;hpb=b767eae48831153473226b985511c8f7a3ef98c5;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 60e40e9..7000fcc 100644 --- a/make-config.sh +++ b/make-config.sh @@ -56,9 +56,12 @@ echo -n ":$sbcl_arch" >> $ltf # the absence of :gencgc in *features*). This isn't a great # separation, but for now, rather than have :gencgc in # base-target-features.lisp-expr, we add it into local-target-features -# if we're building for x86. -- CSR, 2002-02-21 +# 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 - echo -n ' :gencgc' >> $ltf + echo -n ' :gencgc :stack-grows-downward' >> $ltf +else + echo -n ' :stack-grows-upward' >> $ltf fi for d in src/compiler src/assembly; do echo //setting up symlink $d/target