Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
d7f49e51
Commit
d7f49e51
authored
Sep 01, 2018
by
Raymond Toy
Browse files
Oops. Forgot to remove one more FPU_MODE
parent
9d2590c0
Pipeline
#337
passed with stage
in 17 minutes and 27 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
bin/build.sh
View file @
d7f49e51
...
...
@@ -144,7 +144,7 @@ buildit ()
fi
$TOOLDIR
/load-world.sh
$TARGET
"
$VERSION
"
||
{
echo
"Failed:
$TOOLDIR
/load-world.sh"
;
exit
1
;
}
$TARGET
/lisp/lisp
-batch
-noinit
-nositeinit
< /dev/null
||
{
echo
"Failed:
$TARGET
/lisp/lisp -batch -noinit
$FPU_MODE
"
;
exit
1
;
}
$TARGET
/lisp/lisp
-batch
-noinit
-nositeinit
< /dev/null
||
{
echo
"Failed:
$TARGET
/lisp/lisp -batch -noinit"
;
exit
1
;
}
return
0
;
fi
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment