The branch "master" has been updated in SBCL:
via af9b7cff2f47799e4d93682828b3a840f73177b8 (commit)
from 77bb7c43dae7507aacae795af427548cb4616bc8 (commit)
- Log -----------------------------------------------------------------
commit af9b7cff2f47799e4d93682828b3a840f73177b8
Author: Paul Khuong <pvk@...>
Date: Sat Aug 27 23:55:00 2011 -0400
Fix the build on some XCode/OS X version combo by forcing CC=gcc
It was already the case for x86-darwin.
---
src/runtime/Config.x86-64-darwin | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/runtime/Config.x86-64-darwin b/src/runtime/Config.x86-64-darwin
index 7e33d77..1df43c6 100644
--- a/src/runtime/Config.x86-64-darwin
+++ b/src/runtime/Config.x86-64-darwin
@@ -31,6 +31,8 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
OS_LIBS += -lz
endif
+CC = gcc
+
ASSEM_SRC = x86-64-assem.S ldso-stubs.S
ARCH_SRC = x86-64-arch.c
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|