diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-21 22:40:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-21 22:40:24 +0000 |
commit | 1a379ea0c7adae02b4cd08410a5204e8b725064d (patch) | |
tree | b5698d6ee668aa1a6397a944d7d2f929d0c66fc2 /dlfcn/Makefile | |
parent | ca86a763669147f4312d877b322737feb6ff7a3a (diff) | |
download | glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.tar glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.tar.gz glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.tar.bz2 glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.zip |
Update.
2003-07-21 Ulrich Drepper <drepper@redhat.com>
* Makerules (build-module-helper): Add -z defs unless explicitly said
not to do it.
* dlfcn/Makefile: Define various *-no-z-defs variables for test DSOs
which has undefined symbols.
* elf/Makefile: Likewise.
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r-- | dlfcn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index c3d7ecbfc7..a5793cb731 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -47,6 +47,10 @@ modules-names = glreflib1 glreflib2 failtestmod defaultmod1 defaultmod2 \ errmsg1mod modatexit modcxaatexit \ bug-dlsym1-lib1 bug-dlsym1-lib2 +failtestmod.so-no-z-defs = yes +glreflib2.so-no-z-defs = yes +errmsg1mod.so-no-z-defs = yes + ifeq (yesyesyes,$(build-static)$(build-shared)$(elf)) tests += tststatic tests-static += tststatic |