diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-30 18:11:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-30 18:11:39 +0000 |
commit | 394679ebe70e7334147f54e3df9907ce6c941b8f (patch) | |
tree | 88a225eb892136faa57a97e54dd153d23631b0f1 /elf/Makefile | |
parent | cb48e60fd82dc5c533825c1c0fa347d742d1f898 (diff) | |
download | glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar.gz glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar.bz2 glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.zip |
Update.
* elf/Makefile (LDFLAGS-origtest): Actually add it.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 35aa7a1283..d00375dcb0 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -263,6 +263,7 @@ CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\" $(objpfx)multiload.out: $(objpfx)testobj1.so $(objpfx)origtest: $(libdl) +LDFLAGS-origtest = -rdynamic $(objpfx)origtest.out: $(objpfx)testobj1.so ifeq ($(have-thread-library),yes) |