From d1b59ff32243a8243c55f126f4becd9ba7d81bfe Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Thu, 24 Dec 2020 11:04:52 -0800
Subject: [PATCH] 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].
---
 src/lisp/Config.x86_linux | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lisp/Config.x86_linux b/src/lisp/Config.x86_linux
index 4aa3eee86..cacc0f513 100644
--- a/src/lisp/Config.x86_linux
+++ b/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
-- 
GitLab