projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77bb7c4
)
Fix the build on some XCode/OS X version combo by forcing CC=gcc
author
Paul Khuong
<pvk@pvk.ca>
Sun, 28 Aug 2011 03:55:00 +0000
(23:55 -0400)
committer
Paul Khuong
<pvk@pvk.ca>
Sun, 28 Aug 2011 03:55:00 +0000
(23:55 -0400)
It was already the case for x86-darwin.
src/runtime/Config.x86-64-darwin
patch
|
blob
|
history
diff --git
a/src/runtime/Config.x86-64-darwin
b/src/runtime/Config.x86-64-darwin
index
7e33d77
..
1df43c6
100644
(file)
--- 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