diff options
author | 2007-01-26 01:33:40 +0000 | |
---|---|---|
committer | 2007-01-26 01:33:40 +0000 | |
commit | 6e8bb94d997c463f408938c47614bd598ca2aed8 (patch) | |
tree | 5dbce7daabe66b1928a4531b7c108835462dd1b0 /hardened | |
parent | Restore libstdc++_pic.a patch (for uClibc); updated in line with current CVS (diff) | |
download | kevquinn-6e8bb94d997c463f408938c47614bd598ca2aed8.tar.gz kevquinn-6e8bb94d997c463f408938c47614bd598ca2aed8.tar.bz2 kevquinn-6e8bb94d997c463f408938c47614bd598ca2aed8.zip |
Remove static/nostartfiles/nodefaultlibs filter from -K PIC on asm_pie (sparc)
svn path=/; revision=155
Diffstat (limited to 'hardened')
-rw-r--r-- | hardened/toolchain/branches/pieworld/sys-devel/gcc/files/specs/pie.specs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardened/toolchain/branches/pieworld/sys-devel/gcc/files/specs/pie.specs b/hardened/toolchain/branches/pieworld/sys-devel/gcc/files/specs/pie.specs index 3d9b066..4a8468d 100644 --- a/hardened/toolchain/branches/pieworld/sys-devel/gcc/files/specs/pie.specs +++ b/hardened/toolchain/branches/pieworld/sys-devel/gcc/files/specs/pie.specs @@ -1,5 +1,5 @@ *asm_pie: -%{pie:-K PIC} %{!pie: %{!fpic:%{!fPIC:%{!fpie:%{!fPIE: %{!fno-pic:%{!fno-PIC:%{!fno-pie:%{!fno-PIE: %{!static: %{!shared:%{!nostdlib:%{!nostartfiles: %{!nopie:-K PIC} }}} } }}}} }}}} } +%{pie:-K PIC} %{!pie: %{!fpic:%{!fPIC:%{!fpie:%{!fPIE: %{!fno-pic:%{!fno-PIC:%{!fno-pie:%{!fno-PIE: %{!shared: %{!nopie:-K PIC} } }}}} }}}} } *cc1_pie: %{pie:-fPIE -DPIC} %{!pie: %{!fpic:%{!fPIC:%{!fpie:%{!fPIE: %{!fno-pic:%{!fno-PIC:%{!fno-pie:%{!fno-PIE: %{!shared: %{!nopie:-fPIE -DPIC} } }}}} }}}} } |