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/d1b59ff32243a8243c55f126...