[Cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2014-11-5-g1769b2a

Raymond Toy rtoy at common-lisp.net
Sat Nov 8 17:37:42 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  1769b2a4c7685a93dbd05dd170f4d9720a36e3aa (commit)
      from  d44beaa294d42f20e84b02aa44a8c20ef7769298 (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 1769b2a4c7685a93dbd05dd170f4d9720a36e3aa
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Nov 8 09:33:54 2014 -0800

    For linux, build 64-bit motifd again
    
    Now that motifd can run as a 64-bit binary again, build the 64-bit
    binary on linux. Clean up list of LIBS as well.
    
    Simple tests show this works on Linux.

diff --git a/src/motif/server/Config.x86 b/src/motif/server/Config.x86
index fb0e8f9..10200a7 100644
--- a/src/motif/server/Config.x86
+++ b/src/motif/server/Config.x86
@@ -1,7 +1,6 @@
-CFLAGS += -m32 -O2 -I/usr/X11R6/include -I. -I$(VPATH)
-# On OpenSuSE 11.3,the 32-bit X libraries are in /usr/lib.
-LDFLAGS += -m32 -L/usr/lib
-LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
+# Build 64-bit motifd now that it works as a 64-bit binary.
+CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH)
+LIBS = -lXm -lXt -lX11
 # This def assumes you are building in the same or parallel
 # tree to the CVS souce layout. Sites may need to customize
 # this path.

-----------------------------------------------------------------------

Summary of changes:
 src/motif/server/Config.x86 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list