[Cmucl-cvs] [git] CMU Common Lisp branch master updated. 20f-42-gb0cf84b

Raymond Toy rtoy at common-lisp.net
Tue Oct 14 03:24:19 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  b0cf84b5e4fa58f9a50c02e5163fea354829d132 (commit)
      from  823d6baf4427f342652b014d2416dcdf7be7a21a (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 b0cf84b5e4fa58f9a50c02e5163fea354829d132
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Mon Oct 13 20:24:08 2014 -0700

    Remove definition of LD.
    
    We don't use it and make has default value.

diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin
index 871a261..dffa756 100644
--- a/src/lisp/Config.ppc_darwin
+++ b/src/lisp/Config.ppc_darwin
@@ -14,7 +14,6 @@ CPPFLAGS = -I. -I$(PATH1)
 # Build for OSX 10.4 or later.  (Is this what we want?)
 OSX_VERSION=-mmacosx-version-min=10.4
 CC = gcc
-LD = ld
 NM = $(PATH1)/darwin-nm
 CPP = cpp
 DEPEND_FLAGS = -MM
diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common
index f0de2ca..dc896ab 100644
--- a/src/lisp/Config.x86_common
+++ b/src/lisp/Config.x86_common
@@ -49,8 +49,6 @@ ifdef FEATURE_ELF
 CPP_DEFINE_OPTIONS += -DFEATURE_ELF
 endif
 
-LD = ld
-
 ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),)
 CPP_INCLUDE_OPTIONS := -iquote . -iquote $(PATH1)
 else

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

Summary of changes:
 src/lisp/Config.ppc_darwin |    1 -
 src/lisp/Config.x86_common |    2 --
 2 files changed, 3 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list