[git] CMU Common Lisp branch master updated. snapshot-2014-06-13-gc7bf8f8
Raymond Toy
rtoy at common-lisp.net
Tue Jul 22 17:28:40 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 c7bf8f8fe16c0bc1a9c9c65060033046855eca82 (commit)
from 203b0b0144dec1a5f481ada67792040e4a485f21 (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 c7bf8f8fe16c0bc1a9c9c65060033046855eca82
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Jul 22 10:28:30 2014 -0700
ppc doesn't have sincos in libm so use our own version.
diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin
index 0902b89..a4516a8 100644
--- a/src/lisp/Config.ppc_darwin
+++ b/src/lisp/Config.ppc_darwin
@@ -72,4 +72,8 @@ OS_LIBS = -lSystem -lc -lm
# According to Config.x86_common, this no longer has aliasing
# problems, so we don't need any additional compilation options.
e_rem_pio2.o : e_rem_pio2.c
- $(CC) -c $(CFLAGS) $<
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+OS_SRC += sincos.c
+sincos.o : sincos.c
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-----------------------------------------------------------------------
Summary of changes:
src/lisp/Config.ppc_darwin | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list