1.0.4.54: x86-64/darwin preliminary threads support
[sbcl.git] / make-config.sh
index e5fbade..01aa681 100644 (file)
@@ -221,6 +221,9 @@ case "$sbcl_os" in
         if [ $sbcl_arch = "x86" ]; then
             printf ' :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf
         fi
+        if [ $sbcl_arch = "x86-64" ]; then
+            printf ' :sb-lutex' >> $ltf
+        fi
         link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h
         link_or_copy bsd-os.h target-os.h
         link_or_copy Config.$sbcl_arch-darwin Config