X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=3ceb7584bc7c853dddf2d851e6ee26192e96a3b4;hb=3da4a7fbba3015abf8572946dc4481dc2980b943;hp=87730b9f2aaed3b055bebc3d6559a33e12edc69d;hpb=94d4157bfb2332fde8955d5fb82b71298a870330;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 87730b9..3ceb758 100644 --- a/make-config.sh +++ b/make-config.sh @@ -204,11 +204,12 @@ 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 + printf ' :linkage-table' >> $ltf + printf ' :stack-allocatable-closures' >> $ltf # Use a little C program to try to guess the endianness. Ware # cross-compilers! # # FIXME: integrate to grovel-features, mayhaps - printf ' :stack-allocatable-closures' >> $ltf $GNUMAKE -C tools-for-build determine-endianness -I src/runtime tools-for-build/determine-endianness >> $ltf elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "linux" ]; then