diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-17 21:10:19 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-17 21:10:19 +0000 |
commit | 15870aba4909395d3922acb81dba0ebdcc4361a0 (patch) | |
tree | b958e8128129af7fb0e93a29d2e5cdd3016aee21 /libpthread/linuxthreads.old_db/Makefile.in | |
parent | ebb0a88c81214bdade4c9c62af0c265f548df3fb (diff) |
Use -z relro/-z now on all libs, add some new variables needed later, move common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
Diffstat (limited to 'libpthread/linuxthreads.old_db/Makefile.in')
-rw-r--r-- | libpthread/linuxthreads.old_db/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old_db/Makefile.in b/libpthread/linuxthreads.old_db/Makefile.in index 0e29c7c18..ec007e90a 100644 --- a/libpthread/linuxthreads.old_db/Makefile.in +++ b/libpthread/linuxthreads.old_db/Makefile.in @@ -12,7 +12,7 @@ PT_MAJOR_VERSION:=$(MAJOR_VERSION) CFLAGS+=-DLIBPTHREAD_SO="\"libpthread.so.$(PT_MAJOR_VERSION)\"" # Remove any -z defs since this lib will have undefined symbols -LDFLAGS:=$(subst -z defs,,$(LDFLAGS)) --warn-unresolved-symbols +LDFLAGS:=$(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols ifeq ($(PTHREADS_DEBUG_SUPPORT),y) STRIP_FLAGS:=-X --strip-debug -R .note -R .comment |