Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl-copy
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
Richard M Kreuter
cmucl-copy
Commits
51b6b2de
Commit
51b6b2de
authored
9 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
Remove old comment, and remove the min OSX version on ppc too.
parent
6e2e81b7
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
src/tools/linker.sh
+3
-7
3 additions, 7 deletions
src/tools/linker.sh
with
3 additions
and
7 deletions
src/tools/linker.sh
+
3
−
7
View file @
51b6b2de
...
@@ -92,12 +92,8 @@ case $uname_s in
...
@@ -92,12 +92,8 @@ case $uname_s in
# Extra stuff. For some reason one __LINKEDIT segment is
# Extra stuff. For some reason one __LINKEDIT segment is
# mapped just past the dynamic space. This messes things
# mapped just past the dynamic space. This messes things
# up, so we move it to another address. This seems to be
# up, so we move it to another address. This seems to be
# free, at least on 10.5.
# free, at least on 10.5. -no_pie is to get rid of the
# linker warning about PIE.
# Also specify the min version. (See Config.x86_darwin for
# the desired version.) This gets rid of a PIE warning
# when creating the executable on 10.8. (See ticket:112.)
OPT_EXTRA
=
"-segaddr __LINKEDIT 0x99000000 -rdynamic -Wl,-no_pie"
OPT_EXTRA
=
"-segaddr __LINKEDIT 0x99000000 -rdynamic -Wl,-no_pie"
OS_LIBS
=
OS_LIBS
=
;;
;;
...
@@ -106,7 +102,7 @@ case $uname_s in
...
@@ -106,7 +102,7 @@ case $uname_s in
# just after the dynamic space which messes things up, so
# just after the dynamic space which messes things up, so
# we move it to a diffferent address. The address below
# we move it to a diffferent address. The address below
# appears to be free.
# appears to be free.
OPT_EXTRA
=
"-segaddr __LINKEDIT 0x99000000
-mmacosx-version-min=10.4
-static-libgcc"
OPT_EXTRA
=
"-segaddr __LINKEDIT 0x99000000 -static-libgcc"
OS_LIBS
=
"-lSystem -lc -lm"
OS_LIBS
=
"-lSystem -lc -lm"
;;
;;
esac
esac
...
...
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