[Git][cmucl/cmucl][sparc64-dev] Refactor xcode settings.

Raymond Toy rtoy at common-lisp.net
Wed Dec 28 18:29:59 UTC 2016


Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl


Commits:
8e7cb94b by Raymond Toy at 2016-12-28T10:29:47-08:00
Refactor xcode settings.

Define MEM_MODEL to hold the desired memory model option and use it
where it's needed.

- - - - -


1 changed file:

- src/lisp/Config.sparc64_sunc


Changes:

=====================================
src/lisp/Config.sparc64_sunc
=====================================
--- a/src/lisp/Config.sparc64_sunc
+++ b/src/lisp/Config.sparc64_sunc
@@ -18,14 +18,15 @@ include Config.sparc_common
 # instructions, even if we don't use the 64-bit registers.
 
 ifdef FEATURE_SPARC_V9
+MEM_MODEL=-xcode=abs32
 # For SunStudio 11, use -xarch=v8plus.  For SunStudio 12, that is
 # deprecated; use -m32 -xarch=sparc.
 CC_V8PLUS = -m64
-AS_V8PLUS = -m64
+AS_V8PLUS = -m64 $(MEM_MODEL)
 endif
 
 ASSEM_SRC = sparc64-assem.S
-CFLAGS += -xcode=abs32 -xlibmieee -O
+CFLAGS += $(MEM_MODEL) -xlibmieee -O
 DEPEND_FLAGS = -xM
 ASFLAGS = $(AS_V8PLUS)
-OS_LINK_FLAGS = -m64 -M /usr/lib/ld/map.noexstk
+OS_LINK_FLAGS = -m64 $(MEM_MODEL) -M /usr/lib/ld/map.noexstk



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8e7cb94b3d979c3892341a656c9d1f8a3cf26b74
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161228/31b84cc4/attachment-0001.html>


More information about the cmucl-cvs mailing list