X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=make-config.sh;h=56c268f5d94e30c8ffe69bc18109afcba08010e3;hb=3fa2feb10ab827fc6cc2a85287e78b6e66b7bf4d;hp=c9dad1d5f902299cf00146905b341bf379843c6d;hpb=a3282da5cd4d2e9793a4def7738e544b813eed01;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index c9dad1d..56c268f 100644 --- a/make-config.sh +++ b/make-config.sh @@ -329,7 +329,7 @@ elif [ "$sbcl_arch" = "mips" ]; then $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 + printf ' :gencgc :stack-allocatable-closures :stack-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,