[Cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2014-11-12-gea43398
Raymond Toy
rtoy at common-lisp.net
Sat Nov 22 18:58:46 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 ea433981ca884c40c90578dd891f37505618ac76 (commit)
via f2fd2ab4ebbecf9ab08dcb30ca62100ada3f6400 (commit)
from eab088ab2774b7819edb431c2cdf25cec974b40e (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 ea433981ca884c40c90578dd891f37505618ac76
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sat Nov 22 10:58:35 2014 -0800
Don't need to compile undefineds.c on sparc.
diff --git a/src/lisp/Config.sparc_common b/src/lisp/Config.sparc_common
index 9a7c850..55204c0 100644
--- a/src/lisp/Config.sparc_common
+++ b/src/lisp/Config.sparc_common
@@ -60,6 +60,6 @@ ASSEM_SRC = sparc-assem.S
ARCH_SRC = sparc-arch.c
DEPEND=$(CC)
-OS_SRC = solaris-os.c os-common.c undefineds.c elf.c
+OS_SRC = solaris-os.c os-common.c elf.c
OS_LIBS= -lsocket -lnsl -ldl
EXEC_FINAL_OBJ = exec-final.o
-----------------------------------------------------------------------
Summary of changes:
src/code/filesys.lisp | 9 ++++-----
src/lisp/Config.sparc_common | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list