summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
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