0.9.1.63:
[sbcl.git] / make-config.sh
index 9fc7c2d..75fcd37 100644 (file)
@@ -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