X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=0e570229dbf809b0bad5271cbc53498ef90cc40c;hb=1479483c5f40fc470053da0fc5cd8e42fc77676e;hp=c925c5825b4f65912e983792dd54ae73810fdd25;hpb=44c608efa2e73df1c1ab7e259db405b9060c64a1;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index c925c58..0e57022 100644 --- a/make-config.sh +++ b/make-config.sh @@ -184,6 +184,9 @@ case "$sbcl_os" in freebsd) printf ' :elf' >> $ltf printf ' :freebsd' >> $ltf + if [ $sbcl_arch = "x86" ]; then + printf ' :sb-lutex :restore-tls-segment-register-from-tls' >> $ltf + fi link_or_copy Config.$sbcl_arch-freebsd Config ;; openbsd) @@ -205,14 +208,20 @@ case "$sbcl_os" in darwin) printf ' :mach-o' >> $ltf printf ' :bsd' >> $ltf + printf ' :darwin' >> $ltf + if [ $sbcl_arch = "x86" ]; then + printf ' :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf + fi link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h link_or_copy bsd-os.h target-os.h - printf ' :darwin' >> $ltf link_or_copy Config.$sbcl_arch-darwin Config ;; sunos) printf ' :elf' >> $ltf printf ' :sunos' >> $ltf + if [ $sbcl_arch = "x86" ]; then + printf ' :sb-lutex' >> $ltf + fi link_or_copy Config.$sbcl_arch-sunos Config link_or_copy $sbcl_arch-sunos-os.h target-arch-os.h link_or_copy sunos-os.h target-os.h