[git] CMU Common Lisp branch master updated. snapshot-2014-06-98-gf05a440
Raymond Toy
rtoy at common-lisp.net
Wed Aug 6 04:24:36 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 f05a4402996b0b7bc7c00c48fa4a27a4b3cf532b (commit)
from 6635ef21befd5126c23140d4be12db874577e24c (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 f05a4402996b0b7bc7c00c48fa4a27a4b3cf532b
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Aug 5 21:22:10 2014 -0700
Addresses ticket #84 for Linux.
* Add -m32 flag to build 32-bit object files and binaries.
* Update -L to where the 32-bit X11 libraries are on my OpenSuSE 11.3
system.
(This wasn't working before because apparently I didn't actually have
the 32-bit X11 libraries installed.)
diff --git a/src/motif/server/Config.x86 b/src/motif/server/Config.x86
index ded67cd..bbfb987 100644
--- a/src/motif/server/Config.x86
+++ b/src/motif/server/Config.x86
@@ -1,5 +1,7 @@
-CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH)
-LDFLAGS += -L/usr/X11R6/lib
+CFLAGS += -m3 -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
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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list