diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-22 22:35:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-22 22:35:31 +0000 |
commit | 45eb72e4a4ce935de81b391db768ced49a95a1fa (patch) | |
tree | 6c13dce354c51bac31a4c5f84c0f8420fdc5cca9 /libpthread/Makefile | |
parent | 9581a1b022bf94b52a23ecbdc9321716e91523c9 (diff) |
Fix typo
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 6a3cc88d1..37985e7ed 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -38,10 +38,10 @@ ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y) DIRS+=linuxthreads_db LDFLAGS_THREAD_DB:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc ifeq ($(UCLIBC_BUILD_RELRO),y) - LDFLAGS_PTHREAD_DB+=-z relro + LDFLAGS_THREAD+=-z relro endif ifeq ($(UCLIBC_BUILD_NOW),y) - LDFLAGS_PTHREAD_DB+=-z now + LDFLAGS_THREAD+=-z now endif endif ifeq ($(DODEBUG),n) |