summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-08 15:07:16 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-08 15:07:16 +0000
commit994431ed53a3a6e73867638755bbe27a832b301b (patch)
tree6d5e72f072ee25f92b83f9e023413a3ede9175ec /Makeconfig
parent5f6b4f1db0f14aae1db02779cb9b79c542574563 (diff)
Update.
* Makerules [AIX] (build-shlib-helper): Precede linker options with -Wl. * Makeconfig (config-LDFLAGS): Add ld.so only for ELF.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index d6e8b859f2..53513606e2 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -417,7 +417,7 @@ ifndef +link-bounded
$(link-extra-libs-bounded) $(link-libc-bounded) $(+postctor) $(+postinit)
endif
ifndef config-LDFLAGS
-ifeq (yes,$(build-shared))
+ifeq (yesyes,$(build-shared)$(elf))
config-LDFLAGS = -Wl,-dynamic-linker=$(slibdir)/$(rtld-installed-name)
endif
endif