blob: b1271c21a8d30e8ef3e54dc7c6ca1f8427bd2730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2010-04-25 Peter S. Mazinger <ps.m@gmx.net>, Magnus Granberg <zorry@gentoo.org>
* gcc/config/rs6000/linux64.h ASM_SPEC32 Change %{fpic:-K PIC} %{fPIC:-K PIC}
to %{fpic|fPIC|fpie|fPIE:-K PIC}
--- gcc/config/rs6000/linux64.h.psm 2009-04-10 01:23:07.000000000 +0200
+++ gcc/config/rs6000/linux64.h 2009-09-23 12:34:26.000000000 +0200
@@ -162,7 +162,7 @@
#endif
#define ASM_SPEC32 "-a32 %{n} %{T} %{Ym,*} %{Yd,*} \
-%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} \
+%{mrelocatable} %{mrelocatable-lib} %{fpic|fPIC|fpie|fPIE:-K PIC} \
%{memb} %{!memb: %{msdata=eabi: -memb}} \
%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
%{mcall-freebsd: -mbig} \
|