Ticket #20904: patch-base-target-features.diff
File patch-base-target-features.diff, 847 bytes (added by easye, 15 years ago) |
---|
-
base-target-features.lisp-expr
old new 219 219 ;; As of SBCL 1.0.33.26, threads are part of the default build on 220 220 ;; x86oid Linux. Other platforms that support them include 221 221 ;; x86oid Darwin, FreeBSD, and Solaris. 222 ;:sb-thread222 :sb-thread 223 223 224 224 ;; lutex support 225 225 ;; … … 229 229 ;; allows for sb-thread support on x86 OS X, Solaris and 230 230 ;; FreeBSD. 231 231 ;; 232 ;:sb-lutex232 :sb-lutex 233 233 234 234 ;; On some operating systems the FS segment register (used for SBCL's 235 235 ;; thread local storage) is not reliably preserved in signal … … 406 406 ;; (No others are supported by SBCL as of 1.0.8, but :hpux or :irix 407 407 ;; support could be ported from CMU CL if anyone is sufficiently 408 408 ;; motivated to do so.) 409 :darwin 409 410 )