From ff1aa7ce9021d00e53fd647b30878f59278ecf94 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 14 Jan 2009 15:51:57 +0000 Subject: - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) --- Rules.mak | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 481b35e24..847d04c89 100644 --- a/Rules.mak +++ b/Rules.mak @@ -423,22 +423,14 @@ endif # Keep the check_gcc from being needlessly executed ifndef PIEFLAG -ifneq ($(UCLIBC_BUILD_PIE),y) -export PIEFLAG:= -else export PIEFLAG:=$(call check_gcc,$(PIEFLAG_NAME),$(PICFLAG)) endif -endif # We need to keep track of both the CC PIE flag (above) as # well as the LD PIE flag (below) because we can't rely on # gcc passing -pie if we used -fPIE ifndef LDPIEFLAG -ifneq ($(UCLIBC_BUILD_PIE),y) -export LDPIEFLAG:= -else export LDPIEFLAG:=$(shell $(LD) --help 2>/dev/null | grep -q -- -pie && echo "-Wl,-pie") endif -endif # Check for AS_NEEDED support in linker script (binutils>=2.16.1 has it) ifndef ASNEEDED -- cgit v1.2.3