X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=75fcd37fa4c7a1ca5a5141c04cb81cbc18a20bb5;hb=ad3beba970fab6e451a461c9f9b14faf4ef17718;hp=9fc7c2d3e0af741846d69c3cde99984d5ac739bd;hpb=02c3d0ab1ec217b075c577cb778b3fdf7f6b9a8a;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 9fc7c2d..75fcd37 100644 --- a/make-config.sh +++ b/make-config.sh @@ -237,6 +237,7 @@ elif [ "$sbcl_arch" = "sparc" ]; then if [ "$sbcl_os" = "sunos" ] || [ "$sbcl_os" = "linux" ]; then printf ' :linkage-table' >> $ltf fi + printf ' :stack-allocatable-closures' >> $ltf elif [ "$sbcl_arch" = "alpha" ]; then printf ' :stack-allocatable-closures' >> $ltf else