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:
686d5e8
)
(config-LDFLAGS): Find dynamic linker in $(slibdir).
author
roland
<roland>
Wed, 8 Nov 1995 02:03:14 +0000
(
02:03
+0000)
committer
roland
<roland>
Wed, 8 Nov 1995 02:03:14 +0000
(
02:03
+0000)
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
b0c9cb7
..
e716776
100644
(file)
--- a/
Makeconfig
+++ b/
Makeconfig
@@
-286,7
+286,7
@@
ifndef +link
endif
ifndef config-LDFLAGS
ifeq (yes,$(build-shared))
-config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)/$(rtld-installed-name)
+config-LDFLAGS = -Wl,-dynamic-linker=$(
s
libdir)/$(rtld-installed-name)
endif
endif
ifndef link-libc