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:
427be19
)
[interface-library] (LDFLAGS-$(interface-library:lib%=%.so)): New variable,
author
roland
<roland>
Sat, 22 Apr 1995 21:13:49 +0000
(21:13 +0000)
committer
roland
<roland>
Sat, 22 Apr 1995 21:13:49 +0000
(21:13 +0000)
set to -nostdlib.
mach/Machrules
patch
|
blob
|
history
diff --git
a/mach/Machrules
b/mach/Machrules
index
93916a0
..
b6d9e00
100644
(file)
--- a/
mach/Machrules
+++ b/
mach/Machrules
@@
-195,4
+195,9
@@
ifdef interface-library
$(interface-library)-routines = $(interface-routines)
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.
+LDFLAGS-$(interface-library:lib%=%.so) = -nostdlib
+
endif