OSDN Git Service

Fix typo
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Dec 2004 22:35:31 +0000 (22:35 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Dec 2004 22:35:31 +0000 (22:35 -0000)
libpthread/Makefile

index 6a3cc88..37985e7 100644 (file)
@@ -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)