[cmucl-cvs] CMUCL commit: src/tools/cross-scripts (cross-x86-osx-solaris.lisp)
Raymond Toy
rtoy at common-lisp.net
Tue Apr 12 01:55:14 UTC 2011
Date: Monday, April 11, 2011 @ 21:55:14
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools/cross-scripts
Modified: cross-x86-osx-solaris.lisp
Update so we can cross-compile from linux to solaris too.
----------------------------+
cross-x86-osx-solaris.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: src/tools/cross-scripts/cross-x86-osx-solaris.lisp
diff -u src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.2 src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.3
--- src/tools/cross-scripts/cross-x86-osx-solaris.lisp:1.2 Tue Dec 21 21:12:52 2010
+++ src/tools/cross-scripts/cross-x86-osx-solaris.lisp Mon Apr 11 21:55:14 2011
@@ -42,12 +42,12 @@
'(:x86-bootstrap
;; :alpha :osf1 :mips
:propagate-fun-type :propagate-float-type :constrain-float-type
- ;; :openbsd :freebsd :glibc2 :linux
+ :openbsd :freebsd :glibc2 :linux
:mach-o :darwin
:long-float :new-random :small))
;;;
(setf *features* (remove :bsd *features*))
-;; Set up the linkage space stuff appropriately for sparc.
+;; Set up the linkage space stuff appropriately for x86-solaris.
(setf (c::backend-foreign-linkage-space-start c::*target-backend*)
#x30000000
(c::backend-foreign-linkage-entry-size c::*target-backend*)
More information about the cmucl-cvs
mailing list