From 45eb72e4a4ce935de81b391db768ced49a95a1fa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 22:35:31 +0000 Subject: Fix typo --- libpthread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread') 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) -- cgit v1.2.3