diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-29 03:36:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-29 03:36:00 +0000 |
commit | f13d9be54c8845d70209cf5731079661f3d2b2f3 (patch) | |
tree | 46af725c525e2299a29cd9d348579582d4a74e79 /Rules.mak | |
parent | e5760ee3f30b36e1ce866c68db759a40a2ecd8b0 (diff) |
get rid of LDPIEFLAG since PIEFLAG is already used
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -117,9 +117,6 @@ OPTIMIZATION:= PICFLAG:=-fPIC PIEFLAG:=$(call check_gcc,-fPIE,) -ifeq ($(strip $(PIEFLAG)),-fPIE) -LDPIEFLAG:=$(shell $(LD) --help | grep -q pie && echo "-Wl,-pie") -endif # Some nice CPU specific optimizations ifeq ($(strip $(TARGET_ARCH)),i386) |