diff options
Diffstat (limited to 'debian/patches/gcc-powerpc-undef.diff')
-rw-r--r-- | debian/patches/gcc-powerpc-undef.diff | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/patches/gcc-powerpc-undef.diff b/debian/patches/gcc-powerpc-undef.diff index ce19d24..b25dc00 100644 --- a/debian/patches/gcc-powerpc-undef.diff +++ b/debian/patches/gcc-powerpc-undef.diff @@ -1,10 +1,12 @@ # DP: Undefine LINK_EH_SPEC before redefining it # DP: http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01082.html +Index: b/src/gcc/config/rs6000/sysv4.h +=================================================================== --- a/src/gcc/config/rs6000/sysv4.h +++ b/src/gcc/config/rs6000/sysv4.h -@@ -835,6 +835,7 @@ - -dynamic-linker " LINUX_DYNAMIC_LINKER "}}" +@@ -819,6 +819,7 @@ + -dynamic-linker " GNU_USER_DYNAMIC_LINKER "}}" #if defined(HAVE_LD_EH_FRAME_HDR) +# undef LINK_EH_SPEC |