CMUCL commit: src/bootfiles/20a (boot-2010-07-1.lisp)

Raymond Toy rtoy at common-lisp.net
Wed Jul 21 15:32:25 CEST 2010


    Date: Wednesday, July 21, 2010 @ 09:32:25
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/bootfiles/20a

Modified: boot-2010-07-1.lisp

Push :executable feature for sparc.  This now works on sparc, at last.


---------------------+
 boot-2010-07-1.lisp |    4 ++++
 1 file changed, 4 insertions(+)


Index: src/bootfiles/20a/boot-2010-07-1.lisp
diff -u src/bootfiles/20a/boot-2010-07-1.lisp:1.3 src/bootfiles/20a/boot-2010-07-1.lisp:1.4
--- src/bootfiles/20a/boot-2010-07-1.lisp:1.3	Tue Jul 13 23:13:20 2010
+++ src/bootfiles/20a/boot-2010-07-1.lisp	Wed Jul 21 09:32:25 2010
@@ -32,3 +32,7 @@
      , at body
      (intl:textdomain ,old-domain)))
 )
+
+;; Executable feature works on sparc!
+#+sparc
+(pushnew :executable *features*)



More information about the cmucl-commit mailing list