CMUCL commit: src/tools (build.sh)
Raymond Toy
rtoy at common-lisp.net
Sun Aug 1 03:18:36 CEST 2010
Date: Saturday, July 31, 2010 @ 21:18:36
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools
Modified: build.sh
If the fpu mode is specified, apply the fpu mode for the first build
too. (It's already applied to the other builds.)
----------+
build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: src/tools/build.sh
diff -u src/tools/build.sh:1.30 src/tools/build.sh:1.31
--- src/tools/build.sh:1.30 Mon Jul 12 10:02:49 2010
+++ src/tools/build.sh Sat Jul 31 21:18:36 2010
@@ -32,7 +32,7 @@
#
# For more information see src/BUILDING.
#
-# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.30 2010-07-12 14:02:49 rtoy Exp $
+# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.31 2010-08-01 01:18:36 rtoy Exp $
#
ENABLE2="yes"
@@ -169,6 +169,7 @@
export INTERACTIVE
BUILD=1
+OLDLISP="$OLDLISP $FPU_MODE"
buildit
bootfiles=
More information about the cmucl-commit
mailing list