From a6552be181a3fb178df12c7c98a91008107e9814 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 19 Sep 2010 18:37:18 +0200 Subject: cc/gcc: add 4.3.5 4.3.5 is the latest 4.3 version, and probably the last one. Signed-off-by: "Yann E. MORIN" --- patches/gcc/4.3.5/350-sh-without-headers.patch | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 patches/gcc/4.3.5/350-sh-without-headers.patch (limited to 'patches/gcc/4.3.5/350-sh-without-headers.patch') diff --git a/patches/gcc/4.3.5/350-sh-without-headers.patch b/patches/gcc/4.3.5/350-sh-without-headers.patch new file mode 100644 index 00000000..0bb860d7 --- /dev/null +++ b/patches/gcc/4.3.5/350-sh-without-headers.patch @@ -0,0 +1,29 @@ +Original patch from: ../4.3.2/350-sh-without-headers.patch + +-= BEGIN original header =- +On 20081011, Khem RAJ writes: + You have to bar gcc trying to build unwinding at stage 1. Try the + attached patch and see if it helps. + + gcc/config/sh/linux-unwind.h | 3 +++ + 1 file changed, 3 insertions(+) + +-= END original header =- + +diff -durN gcc-4.3.3.orig/gcc/config/sh/linux-unwind.h gcc-4.3.3/gcc/config/sh/linux-unwind.h +--- gcc-4.3.3.orig/gcc/config/sh/linux-unwind.h 2007-09-12 08:59:06.000000000 +0200 ++++ gcc-4.3.3/gcc/config/sh/linux-unwind.h 2009-01-27 22:28:57.000000000 +0100 +@@ -26,6 +26,8 @@ + the Free Software Foundation, 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ + ++#ifndef inhibit_libc ++ + /* Do code reading to identify a signal frame, and set the frame + state data appropriately. See unwind-dw2.c for the structs. */ + +@@ -251,3 +253,4 @@ + return _URC_NO_REASON; + } + #endif /* defined (__SH5__) */ ++#endif /* ifndef inhibit_libc */ -- cgit v1.2.3