X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=e85d17a82204ccbc980624d0a0e1d6c6c0466ee1;hb=81e552e32af4b500bcbddea6b3f1853cac0572ec;hp=a27deebdeaa2863fb21c343995bda0a451bfe569;hpb=828bcd9589641a560e01c2f2bc9134a0aaacd552;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index a27deeb..e85d17a 100644 --- a/make-config.sh +++ b/make-config.sh @@ -197,9 +197,9 @@ case "$sbcl_os" in freebsd) printf ' :elf' >> $ltf printf ' :freebsd' >> $ltf - printf ' :sb-pthread-futex' >> $ltf + printf ' :gcc-tls' >> $ltf if [ $sbcl_arch = "x86" ]; then - printf ' :restore-tls-segment-register-from-tls' >> $ltf + printf ' :restore-tls-segment-register-from-context' >> $ltf fi link_or_copy Config.$sbcl_arch-freebsd Config ;; @@ -311,7 +311,7 @@ elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "linux" ]; then # to bandage across the break in source compatibility between # versions 2.3.1 and 2.3.2 # - # FIXME: integrate to grovel-features., maypahps + # FIXME: integrate to grovel-features, mayhaps printf ' :gencgc :stack-allocatable-closures :linkage-table' >> $ltf $GNUMAKE -C tools-for-build where-is-mcontext -I ../src/runtime tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || (echo "error running where-is-mcontext"; exit 1)