projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02380e
)
Fri Aug 2 14:40:22 1996 Roland McGrath <roland@fast.cs.utah.edu>
author
roland
<roland>
Fri, 2 Aug 1996 20:52:53 +0000
(20:52 +0000)
committer
roland
<roland>
Fri, 2 Aug 1996 20:52:53 +0000
(20:52 +0000)
* Makeconfig (+link): Add back start.o, mistakenly removed in last
change.
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
de883cc
..
5b4393d
100644
(file)
--- a/
Makeconfig
+++ b/
Makeconfig
@@
-298,7
+298,7
@@
endif
ifndef +link
+link = $(CC) -nostdlib -nostartfiles -o $@ \
$(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS) \
- $(+preinit) \
+ $(
addprefix $(csu-objpfx),start.o) $(
+preinit) \
$(filter-out $(common-objpfx)libc%,$^) $(link-libc) \
$(+postinit)
endif