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
0d440356
Commit
0d440356
authored
21 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Use the new variables from internals.inc to get the right compiler
options and files.
parent
17419021
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
+7
-6
7 additions, 6 deletions
lisp/Config.sun4_solaris_gcc
with
7 additions
and
6 deletions
lisp/Config.sun4_solaris_gcc
+
7
−
6
View file @
0d440356
...
...
@@ -22,14 +22,21 @@ vpath %.S .:$(PATH1)
# instructions, even if we don't use the 64-bit registers.
#CC_V8PLUS = -xarch=v8plus
ifdef
FEATURE_SPARC_V9
AS_V8PLUS
=
-Wa
,-xarch
=
v8plus
endif
# Enable support for :linkage-table feature.
ifdef
FEATURE_LINKAGE_TABLE
LINKAGE
=
-DLINKAGE_TABLE
endif
# Enable support for generational GC
ifdef
FEATURE_GENCGC
GENCGC
=
-DGENCGC
GC_SRC
=
gencgc.c
endif
CPPFLAGS
=
-I
.
-I
$(
PATH1
)
-I
/usr/openwin/include
-I
/usr/include/X11
-DSOLARIS
-DSOLARIS25
-DSVR4
$(
CC_V8PLUS
)
$(
LINKAGE
)
$(
GENCGC
)
...
...
@@ -52,9 +59,3 @@ ARCH_SRC = sparc-arch.c
OS_SRC
=
solaris-os.c os-common.c undefineds.c elf.c
OS_LINK_FLAGS
=
OS_LIBS
=
-lsocket
-lnsl
-ldl
# Use this with generational GC
GC_SRC
=
gencgc.c
# Use this when not using generational GC
# GC_SRC = gc.c
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