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 c355485f5a73b92f3bf9a5fdc726bec9ffc15857 (commit) from 8af0300cad9ffa57cde0dd5a0378ff762cf4cdec (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 c355485f5a73b92f3bf9a5fdc726bec9ffc15857 Author: Raymond Toy toy.raymond@gmail.com Date: Mon Aug 4 19:15:56 2014 -0700
Oops. x86-assem needs -m32.
diff --git a/src/lisp/Config.x86_linux b/src/lisp/Config.x86_linux index f43ac53..457a24a 100644 --- a/src/lisp/Config.x86_linux +++ b/src/lisp/Config.x86_linux @@ -1,8 +1,8 @@ # -*- Mode: makefile -*- include Config.x86_common
-CPPFLAGS += -D__NO_CTYPE -D_GNU_SOURCE -CFLAGS += -m32 -rdynamic -march=pentium4 -mfpmath=sse -mtune=generic +CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE +CFLAGS += -rdynamic -march=pentium4 -mfpmath=sse -mtune=generic
UNDEFSYMPATTERN = -Xlinker -u -Xlinker & ASSEM_SRC += linux-stubs.S
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.x86_linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive