summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rules.mak b/Rules.mak
index 91dbec36c..edba76251 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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)