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
2d4d5a7f
Commit
2d4d5a7f
authored
May 04, 2013
by
Raymond Toy
Browse files
Don't need to set CC or CPP. But add a note that we implicitly assume
cc is Sun's C compiler, not an alias to gcc.
parent
29d75bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lisp/Config.sparc_sunc
View file @
2d4d5a7f
# -*- Mode: makefile -*-
# Build cmucl using Sun C compiler. We assume cc is Sun's C compiler.
# If you don't have it, why are you using this Config anyway? You're
# on your own if you use this Config without Sun C compiler available.
include
Config.sparc_common
# For v8plus support (allows 64-bit integer support on V9
...
...
@@ -20,8 +24,6 @@ CC_V8PLUS = -m32 -xarch=sparc
AS_V8PLUS
=
-m32
-xarch
=
sparc
endif
CC
=
cc
CPP
=
cc
CFLAGS
+=
-xlibmieee
-O
DEPEND_FLAGS
=
-E
-xM
DEPEND_FLAGS
=
-xM
ASFLAGS
=
$(AS_V8PLUS)
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