[git] CMU Common Lisp branch master updated. snapshot-2014-06-99-g7e5b00b
Raymond Toy
rtoy at common-lisp.net
Wed Aug 6 04:42:12 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 7e5b00bfacdf0a3693fef1d92329da18bf4e028b (commit)
from f05a4402996b0b7bc7c00c48fa4a27a4b3cf532b (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 7e5b00bfacdf0a3693fef1d92329da18bf4e028b
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Aug 5 21:26:12 2014 -0700
Fix typo and add -m32 to LDFLAGS.
diff --git a/src/motif/server/Config.x86 b/src/motif/server/Config.x86
index bbfb987..d830710 100644
--- a/src/motif/server/Config.x86
+++ b/src/motif/server/Config.x86
@@ -1,7 +1,7 @@
-CFLAGS += -m3 -O2 -I/usr/X11R6/include -I. -I$(VPATH)
+CFLAGS += -m32 -O2 -I/usr/X11R6/include -I. -I$(VPATH)
# LDFLAGS += -L/usr/X11R6/lib
# On OpenSuSE 11.3,the 32-bit X libraries are in /usr/lib.
-LDFLAGS += -L/usr/lib
+LDFLAGS += -m32 -L/usr/lib
LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
# This def assumes you are building in the same or parallel
# tree to the CVS souce layout. Sites may need to customize
-----------------------------------------------------------------------
Summary of changes:
src/motif/server/Config.x86 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list