diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-22 16:00:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-22 16:00:45 +0000 |
commit | f2410a178fd7ffafd9c71549527007d9dfc7b6ed (patch) | |
tree | f204349bda9f9d0f94f1e0840517c500daeda639 | |
parent | dcad31e64c6db2c36fc9ada1e15ba6e930f2ff8c (diff) |
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |