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
32990e5e
Commit
32990e5e
authored
13 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Clean up comments about exec-final.
parent
0491bf46
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/lisp/GNUmakefile
+4
-4
4 additions, 4 deletions
src/lisp/GNUmakefile
with
4 additions
and
4 deletions
src/lisp/GNUmakefile
+
4
−
4
View file @
32990e5e
...
...
@@ -33,10 +33,10 @@ lisp: ${OBJS} version.o
mv
-f
,lisp lisp
# Create a library out of all the object files so we can build an
# executable. However,
for Solaris,
we need to remove exec-init.o
#
because the linker will define symbols with the correct addresses.
#
Also, we need to add EXEC_FINAL on Solaris to defin
e
#
builtin_image_flag with the correct value
.
# executable. However, we need to remove exec-init.o
from the library
#
and replace it with exec-final.o because exec-final.o sets the
#
builtin_image_flag to 1 so that the runtime knows the runtim
e
#
contains the core sections
.
lisp.a
:
version.o ${OBJS} ${EXEC_FINAL_OBJ}
ar crs lisp.a
${
OBJS
}
version.o
ifneq
(${EXEC_FINAL_OBJ},)
...
...
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