[git] CMU Common Lisp branch master updated. snapshot-2014-06-80-gae3e203
Raymond Toy
rtoy at common-lisp.net
Sun Aug 3 03:58:46 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via ae3e2030908db293f7deeebb2ef079dcd1024bc5 (commit)
from 55767f82d8cef9e280e142d1c4c5db978e9d1310 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae3e2030908db293f7deeebb2ef079dcd1024bc5
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sat Aug 2 20:58:37 2014 -0700
-march=pentium4 imples -msse2, so drop the latter.
diff --git a/src/lisp/Config.x86_linux b/src/lisp/Config.x86_linux
index 213e42c..cba5ec6 100644
--- a/src/lisp/Config.x86_linux
+++ b/src/lisp/Config.x86_linux
@@ -1,7 +1,7 @@
# -*- Mode: makefile -*-
include Config.x86_common
-CPPFLAGS += -m32 -rdynamic -D__NO_CTYPE -D_GNU_SOURCE -march=pentium4 -mfpmath=sse -msse2
+CPPFLAGS += -m32 -rdynamic -D__NO_CTYPE -D_GNU_SOURCE -march=pentium4 -mfpmath=sse
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
ASSEM_SRC += linux-stubs.S
-----------------------------------------------------------------------
Summary of changes:
src/lisp/Config.x86_linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list