[Git][cmucl/cmucl][master] Clean up comment and remove custom COPT setting
Raymond Toy
gitlab at common-lisp.net
Thu Dec 24 19:05:07 UTC 2020
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
d1b59ff3 by Raymond Toy at 2020-12-24T11:04:52-08:00
Clean up comment and remove custom COPT setting
Remove the comment about using -O1 for gcc 8.x. We can now work with
gcc 9.3 and later because we save the FPU state in
alloc_overflow_sse2. See commit
[8b08b800dc1c26d498fbc4054980c8d8bd761fe4].
- - - - -
1 changed file:
- src/lisp/Config.x86_linux
Changes:
=====================================
src/lisp/Config.x86_linux
=====================================
@@ -1,9 +1,6 @@
# -*- Mode: makefile -*-
include Config.x86_common
-# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
-# produce a working lisp with -O2. Just use -O1.
-COPT = -O2
CFLAGS += $(COPT)
CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE
CFLAGS += -rdynamic -march=pentium4 -mfpmath=sse -mtune=generic
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d1b59ff32243a8243c55f126f4becd9ba7d81bfe
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d1b59ff32243a8243c55f126f4becd9ba7d81bfe
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/20201224/ae6724f3/attachment.html>
More information about the cmucl-cvs
mailing list