summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-22 19:11:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-22 19:11:07 +0000
commite320e67feb2d6119491416f7a9740b400f8ed66e (patch)
tree2e4cac8408d8b28a9e5e86fc6fe6a004f28bff34 /Rules.mak
parent5941632e79effa6654512aa391a6d569cde68b94 (diff)
Patch from Peter S. Mazinger:
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 644d4c3ca..7c6b51d6b 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -226,7 +226,7 @@ ifeq ($(strip $(TARGET_ARCH)),arm)
endif
endif
-ifneq ($(UCLIBC_PIE_SUPPORT),y)
+ifneq ($(UCLIBC_BUILD_PIE),y)
PIEFLAG=
LDPIEFLAG=
endif