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

Raymond Toy rtoy at common-lisp.net
Sun Aug 3 03:59:56 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  0a2163ec1c2ed6cd9711dab63f92c42e246e0b81 (commit)
      from  ae3e2030908db293f7deeebb2ef079dcd1024bc5 (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 0a2163ec1c2ed6cd9711dab63f92c42e246e0b81
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Aug 2 20:59:50 2014 -0700

    Update netbsd config. Untested.
    
     * Add the appropriate gcc options to enable sse2 instructions.
     * Remove the fdlibm routines since they're in GNUMakefile now.

diff --git a/src/lisp/Config.x86_netbsd b/src/lisp/Config.x86_netbsd
index 2074013..beb93c2 100644
--- a/src/lisp/Config.x86_netbsd
+++ b/src/lisp/Config.x86_netbsd
@@ -1,6 +1,8 @@
 # -*- Mode: makefile -*-
 include Config.x86_common
 
+CPPFLAGS += -march=pentium4 -mfpmath=sse
+
 UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
 OS_SRC += NetBSD-os.c elf.c
 OS_LINK_FLAGS = -dynamic -export-dynamic
@@ -8,22 +10,3 @@ 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 sincos.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) $<
-
-sincos.o : sincos.c
-	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-

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

Summary of changes:
 src/lisp/Config.x86_netbsd |   21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list