Ticket #20904: patch-base-target-features.diff

File patch-base-target-features.diff, 847 bytes (added by easye, 14 years ago)

Fix for +threads variant for sbcl-1.0.34

  • base-target-features.lisp-expr

    old new  
    219219 ;; As of SBCL 1.0.33.26, threads are part of the default build on
    220220 ;; x86oid Linux. Other platforms that support them include
    221221 ;; x86oid Darwin, FreeBSD, and Solaris.
    222  ; :sb-thread
     222:sb-thread
    223223
    224224 ;; lutex support
    225225 ;;
     
    229229 ;; allows for sb-thread support on x86 OS X, Solaris and
    230230 ;; FreeBSD.
    231231 ;;
    232  ; :sb-lutex
     232:sb-lutex
    233233
    234234 ;; On some operating systems the FS segment register (used for SBCL's
    235235 ;; thread local storage) is not reliably preserved in signal
     
    406406 ;; (No others are supported by SBCL as of 1.0.8, but :hpux or :irix
    407407 ;; support could be ported from CMU CL if anyone is sufficiently
    408408 ;; motivated to do so.)
     409:darwin
    409410 )