Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
e6aeed9a
Commit
e6aeed9a
authored
May 04, 2013
by
Raymond Toy
Browse files
Don't set CC. The default is good enough and we'll use either gcc on
older systems or clang on newer ones.
parent
b50c602a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lisp/Config.x86_darwin
View file @
e6aeed9a
...
...
@@ -2,9 +2,6 @@
include
Config.x86_common
# Use clang on darwin.
CC
=
clang
# Compile code that will run on OSX 10.5 (Tiger)
MIN_VER
=
-mmacosx-version-min
=
10.5
...
...
@@ -20,5 +17,3 @@ OS_LINK_FLAGS = -m32 $(MIN_VER)
OS_LIBS
=
EXEC_FINAL_OBJ
=
exec-final.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment