Commit 1a5bbe4f authored by rtoy's avatar rtoy
Browse files

o Remove the :linux stuff from the features to be added.

o Remove all stuff from the features to be removed.

This works for both linux and darwin.
parent a23a41d4
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -18,17 +18,12 @@
     :gencgc
     :conservative-float-type
     :hash-new :random-mt19937
     ;; Need to fix this in a better way.
     #+linux :linux #+linux :glibc2 #+linux :glibc2.1
     :cmu :cmu19 :cmu19e
     :double-double
     :unicode
     )
   ;; Features to remove from current *features* here
   '(:x86-bootstrap :alpha :osf1 :mips
     :propagate-fun-type :propagate-float-type :constrain-float-type
     :openbsd :freebsd :glibc2 :linux
     :long-float :new-random :small))
   '())
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Things needed to cross-compile unicode changes.