Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
8e7cb94b
Commit
8e7cb94b
authored
8 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Refactor xcode settings.
Define MEM_MODEL to hold the desired memory model option and use it where it's needed.
parent
d202e294
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lisp/Config.sparc64_sunc
+4
-3
4 additions, 3 deletions
src/lisp/Config.sparc64_sunc
with
4 additions
and
3 deletions
src/lisp/Config.sparc64_sunc
+
4
−
3
View file @
8e7cb94b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment