X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=a43a05943d9d76e88f20aa4c900eaaa203dede0e;hb=df871446529da0e83d670f35a9566c11d814be32;hp=34e03908688553d2f76c28f8b5361b90f2e471a0;hpb=55dc8558f0686a9d1c8e7f8025bfe373b0c35e33;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 34e0390..a43a059 100644 --- a/make-config.sh +++ b/make-config.sh @@ -299,7 +299,7 @@ elif [ "$sbcl_arch" = "x86-64" ]; then printf ' :alien-callbacks :cycle-counter' >> $ltf elif [ "$sbcl_arch" = "mips" ]; then printf ' :linkage-table' >> $ltf - printf ' :stack-allocatable-closures' >> $ltf + printf ' :stack-allocatable-closures :stack-allocatable-vectors' >> $ltf printf ' :stack-allocatable-lists :stack-allocatable-fixed-objects' >> $ltf printf ' :alien-callbacks' >> $ltf # Use a little C program to try to guess the endianness. Ware @@ -308,8 +308,8 @@ elif [ "$sbcl_arch" = "mips" ]; then # FIXME: integrate to grovel-features, mayhaps $GNUMAKE -C tools-for-build determine-endianness -I ../src/runtime tools-for-build/determine-endianness >> $ltf -elif [ "$sbcl_arch" = "ppc"]; then - printf ' :gencgc :stack-allocatable-closures :stacka-allocatable-lists' > $ltf +elif [ "$sbcl_arch" = "ppc" ]; then + printf ' :gencgc :stack-allocatable-closures :stacka-allocatable-lists' >> $ltf printf ' :linkage-table' >> $ltf if [ "$sbcl_os" = "linux" ]; then # Use a C program to detect which kind of glibc we're building on,