From e809fd7bfe3dddd7ffe3d58b93c30bc56b84cfe6 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sun, 1 Aug 2010 01:18:36 +0000 Subject: [PATCH] If the fpu mode is specified, apply the fpu mode for the first build too. (It's already applied to the other builds.) --- tools/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index eefe0373c..532467dac 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -32,7 +32,7 @@ # # For more information see src/BUILDING. # -# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build.sh,v 1.30 2010/07/12 14:02:49 rtoy Exp $ +# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build.sh,v 1.31 2010/08/01 01:18:36 rtoy Exp $ # ENABLE2="yes" @@ -169,6 +169,7 @@ MAKE_TARGET=all export INTERACTIVE BUILD=1 +OLDLISP="$OLDLISP $FPU_MODE" buildit bootfiles= -- GitLab