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

Raymond Toy rtoy at common-lisp.net
Sat Aug 2 06:00:50 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  99afcf7a7ef0b0451cfcb477f8ad241aad930086 (commit)
      from  76183742d841486c85cfa1a26f811373c40208f2 (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 99afcf7a7ef0b0451cfcb477f8ad241aad930086
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Aug 2 00:18:34 2014 -0700

    Compile the new fdlibm routines.

diff --git a/src/lisp/Config.x86_linux b/src/lisp/Config.x86_linux
index 7b8caf9..9c4cbc1 100644
--- a/src/lisp/Config.x86_linux
+++ b/src/lisp/Config.x86_linux
@@ -16,7 +16,7 @@ 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 sincos.c
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c s_log1p.c s_expm1.c e_pow.c
 
 k_sin.o : k_sin.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
@@ -34,3 +34,12 @@ s_tan.o : s_tan.c
 
 sincos.o : sincos.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_log1p.o : s_log1p.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_exmp1.o : s_expm1.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+e_pow.o : e_pow.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+

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

Summary of changes:
 src/lisp/Config.x86_linux |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list