[cmucl-commit] CMUCL commit: cross-sol-x86-branch src/tools/cross-scripts (cross-x86-osx-solaris.lisp)

Raymond Toy rtoy at common-lisp.net
Tue Dec 14 22:27:49 CET 2010


    Date: Tuesday, December 14, 2010 @ 16:27:49
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools/cross-scripts
     Tag: cross-sol-x86-branch

Modified: cross-x86-osx-solaris.lisp

Add :svr4 and either :x87 or :sse2 to the backend features.


----------------------------+
 cross-x86-osx-solaris.lisp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: src/tools/cross-scripts/cross-x86-osx-solaris.lisp
diff -u src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.1.2.1 src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.1.2.2
--- src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.1.2.1	Mon Dec 13 23:25:11 2010
+++ src/tools/cross-scripts/cross-x86-osx-solaris.lisp	Tue Dec 14 16:27:49 2010
@@ -30,9 +30,11 @@
      :double-double			; double-double float support
      :linkage-table
 
-     :solaris :svr4
+     :solaris :svr4 :sunos
      ;; The :sse2 and :x87 features will get set by the compiling
      ;; lisp, so don't set it here!
+     #+x87 :x87
+     #+sse2 :sse2
      )
    ;; Features to remove from current *features* here.  Normally don't
    ;; need to list anything here unless you are trying to remove a


More information about the cmucl-commit mailing list