Raymond Toy pushed to branch master at cmucl / cmucl
Commits: d7f49e51 by Raymond Toy at 2018-09-01T16:53:24Z Oops. Forgot to remove one more FPU_MODE
- - - - -
1 changed file:
- bin/build.sh
Changes:
===================================== bin/build.sh ===================================== @@ -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 }
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d7f49e5153e53ddb7fa1ccc10f...