[Git][cmucl/cmucl][master] Get rid of FPU_MODE
Raymond Toy
rtoy at common-lisp.net
Thu Aug 30 03:25:20 UTC 2018
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
9d2590c0 by Raymond Toy at 2018-08-28T22:00:19Z
Get rid of FPU_MODE
This was used to selecte whether we were building for x87 or sse2, but
we dropped support for x87 a long while ago. Remove this var.
- - - - -
1 changed file:
- bin/build.sh
Changes:
=====================================
bin/build.sh
=====================================
@@ -144,12 +144,11 @@ buildit ()
fi
$TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: $TOOLDIR/load-world.sh"; exit 1; }
- $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /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 $FPU_MODE"; exit 1; }
return 0;
fi
}
-FPU_MODE=
BUILDWORLD="$TOOLDIR/build-world.sh"
BUILD_POT="yes"
UPDATE_TRANS=
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/9d2590c07eb51011a23884c27c015a314162dca7
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/9d2590c07eb51011a23884c27c015a314162dca7
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20180830/6c38d850/attachment.html>
More information about the cmucl-cvs
mailing list