X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=make-config.sh;h=9fc7c2d3e0af741846d69c3cde99984d5ac739bd;hb=45c2a2e4daee0f48ca79e7d4f37c4ae636ac2fb9;hp=e875071e67eadd3a6b8d46a1f6fd085ce88b087d;hpb=16a6592367eec7c5e9da668ec42fd260e7705b0c;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index e875071..9fc7c2d 100644 --- a/make-config.sh +++ b/make-config.sh @@ -200,6 +200,7 @@ if [ "$sbcl_arch" = "x86" ]; then fi elif [ "$sbcl_arch" = "x86-64" ]; then printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack :linkage-table' >> $ltf + printf ' :stack-allocatable-closures' >> $ltf elif [ "$sbcl_arch" = "mips" ]; then # Use a little C program to try to guess the endianness. Ware # cross-compilers!