[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2014-06-7-ge934d7c

Raymond Toy rtoy at common-lisp.net
Tue Jul 22 05:08:11 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  e934d7ccdc07f355d29014b670605d1bc0b92dc1 (commit)
       via  e86092b1b330d640faf85f22407df598c8270122 (commit)
      from  ea1b427815d5334da20d2821aea5abbcffbee0ad (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 e934d7ccdc07f355d29014b670605d1bc0b92dc1
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Mon Jul 21 22:07:51 2014 -0700

    Darwin doesn't need fdlibm because the system library is good.

diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin
index 9d00a4d..39c09bd 100644
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -17,19 +17,3 @@ OS_LINK_FLAGS = -m32 $(MIN_VER)
 OS_LIBS =
 
 EXEC_FINAL_OBJ = exec-final.o
-
-OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c
-
-k_sin.o : k_sin.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-k_cos.o : k_cos.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-k_tan.o : k_tan.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-
-s_sin.o : s_sin.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-s_cos.o : s_cos.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-s_tan.o : s_tan.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<

commit e86092b1b330d640faf85f22407df598c8270122
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Jul 20 21:03:17 2014 -0700

    Compile fdlibm trig functions on linux and darwin.

diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin
index 39c09bd..9d00a4d 100644
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -17,3 +17,19 @@ OS_LINK_FLAGS = -m32 $(MIN_VER)
 OS_LIBS =
 
 EXEC_FINAL_OBJ = exec-final.o
+
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c
+
+k_sin.o : k_sin.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+k_cos.o : k_cos.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+k_tan.o : k_tan.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_sin.o : s_sin.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_cos.o : s_cos.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_tan.o : s_tan.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
diff --git a/src/lisp/Config.x86_linux b/src/lisp/Config.x86_linux
index 13eb012..962c9e2 100644
--- a/src/lisp/Config.x86_linux
+++ b/src/lisp/Config.x86_linux
@@ -15,3 +15,19 @@ OS_LINK_FLAGS = -m32 -rdynamic -Xlinker --export-dynamic -Xlinker -Map -Xlinker
 OS_LINK_FLAGS += -Wl,-z,noexecstack
 
 EXEC_FINAL_OBJ = exec-final.o
+
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c
+
+k_sin.o : k_sin.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+k_cos.o : k_cos.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+k_tan.o : k_tan.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_sin.o : s_sin.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_cos.o : s_cos.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_tan.o : s_tan.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<

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

Summary of changes:
 src/lisp/Config.x86_linux |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list