diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-22 19:11:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-22 19:11:07 +0000 |
commit | e320e67feb2d6119491416f7a9740b400f8ed66e (patch) | |
tree | 2e4cac8408d8b28a9e5e86fc6fe6a004f28bff34 /Rules.mak | |
parent | 5941632e79effa6654512aa391a6d569cde68b94 (diff) |
Patch from Peter S. Mazinger:
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ ifeq ($(strip $(TARGET_ARCH)),arm) endif endif -ifneq ($(UCLIBC_PIE_SUPPORT),y) +ifneq ($(UCLIBC_BUILD_PIE),y) PIEFLAG= LDPIEFLAG= endif |