summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-22 16:00:45 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-22 16:00:45 +0000
commitf2410a178fd7ffafd9c71549527007d9dfc7b6ed (patch)
treef204349bda9f9d0f94f1e0840517c500daeda639 /Rules.mak
parentdcad31e64c6db2c36fc9ada1e15ba6e930f2ff8c (diff)
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index ef3d786e4..a2a5d30d1 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -158,6 +158,7 @@ CPU_CFLAGS-$(UCLIBC_FORMAT_FLAT_SEP_DATA) += -msep-data
PICFLAG-y := -fPIC
PICFLAG-$(UCLIBC_FORMAT_FDPIC_ELF) := -mfdpic
+PICFLAG := $(PICFLAG-y)
PIEFLAG_NAME:=-fPIE
# Some nice CPU specific optimizations