Skip to content
Snippets Groups Projects
Commit e809fd7b authored by rtoy's avatar rtoy
Browse files

If the fpu mode is specified, apply the fpu mode for the first build

too.  (It's already applied to the other builds.)
parent 472cf0e6
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
# #
# For more information see src/BUILDING. # 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" ENABLE2="yes"
...@@ -169,6 +169,7 @@ MAKE_TARGET=all ...@@ -169,6 +169,7 @@ MAKE_TARGET=all
export INTERACTIVE export INTERACTIVE
BUILD=1 BUILD=1
OLDLISP="$OLDLISP $FPU_MODE"
buildit buildit
bootfiles= bootfiles=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment