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:
282405c
)
(+preinit, +postinit): Define these variables to empty because
author
drepper
<drepper>
Mon, 25 May 1998 09:53:02 +0000
(09:53 +0000)
committer
drepper
<drepper>
Mon, 25 May 1998 09:53:02 +0000
(09:53 +0000)
libhurduser and libmachuser don't need startup files.
mach/Machrules
patch
|
blob
|
history
diff --git
a/mach/Machrules
b/mach/Machrules
index
c5e234e
..
8e48c36
100644
(file)
--- a/
mach/Machrules
+++ b/
mach/Machrules
@@
-211,6
+211,8
@@
extra-libs += $(interface-library)
# Avoid -lmachuser requiring -lc, which may not be built yet. If the
# shared object is absent, ld may choose a static library someplace and
# produce a bogus libmachuser.so.
++preinit =
++postinit =
interface.so = $(interface-library:lib%=%.so)
LDFLAGS-$(interface.so) = -nostdlib -nostartfiles