rpms/sbcl/FC-3 customize-target-features.lisp,NONE,1.1

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Sep 29 18:03:23 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/sbcl/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18596

Added Files:
	customize-target-features.lisp 
Log Message:
import



--- NEW FILE customize-target-features.lisp ---
(lambda (features)
  (flet ((enable (x)
           (pushnew x features))
         (disable (x)
           (setf features (remove x features))))
    ;; Threading support, available on x86/x86-64 Linux only.
    (enable :sb-thread))) 




More information about the fedora-extras-commits mailing list