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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Carl Shapiro
cmucl
Commits
b5b07520
Commit
b5b07520
authored
22 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Turn on v8plus abi when compiling.
parent
1b903a8a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/Config.sun4_solaris_gcc
+5
-2
5 additions, 2 deletions
lisp/Config.sun4_solaris_gcc
with
5 additions
and
2 deletions
lisp/Config.sun4_solaris_gcc
+
5
−
2
View file @
b5b07520
# For Solaris 2.4 or earlier, remove -DSOLARIS25 from CPPFLAGS.
# For Solaris 2.4 or earlier, remove -DSOLARIS25 from CPPFLAGS.
# For v8plus support (allows 64-bit integer support on V9 architectures), add -Dv8plus.
# The -Wa,xarch=v8plus option tells the assembler to accept v8plus instructions
# and generate a v8plus object files and executable
CPPFLAGS = -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4
CPPFLAGS = -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4
-Dv8plus
CC = gcc
CC = gcc
CPP = gcc -E
CPP = gcc -E
CFLAGS = -g -O3
CFLAGS = -g -O3
-Wa,-xarch=v8plus
# Needed for sys/asm_linkage.h and sparc-assem.S (at least in 2.3)
# Needed for sys/asm_linkage.h and sparc-assem.S (at least in 2.3)
# Note that the sys/asm_linkage.h braindamage breaks make depend
# Note that the sys/asm_linkage.h braindamage breaks make depend
ASFLAGS = -g -traditional-cpp
ASFLAGS = -g -traditional-cpp
...
...
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