diff options
Diffstat (limited to 'espf-gcc-4.4.3/33_all_gcc44_config_rs6000_linux64.h.patch')
-rw-r--r-- | espf-gcc-4.4.3/33_all_gcc44_config_rs6000_linux64.h.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/espf-gcc-4.4.3/33_all_gcc44_config_rs6000_linux64.h.patch b/espf-gcc-4.4.3/33_all_gcc44_config_rs6000_linux64.h.patch deleted file mode 100644 index b9fed34..0000000 --- a/espf-gcc-4.4.3/33_all_gcc44_config_rs6000_linux64.h.patch +++ /dev/null @@ -1,16 +0,0 @@ -2009-09-23 Peter S. Mazinger <ps.m@gmx.net> - - * 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 -@@ -156,7 +156,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: -memb} %{msdata=eabi: -memb}} \ - %{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \ - %{mcall-freebsd: -mbig} \ |