From e320e67feb2d6119491416f7a9740b400f8ed66e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 19:11:07 +0000 Subject: Patch from Peter S. Mazinger: rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3