diff options
author | Geoffrey Wossum <gwossum@acm.org> | 2008-03-26 18:53:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-26 18:53:12 +0000 |
commit | 4bf3bfe80042c3f441f458453fb43082790b7a7c (patch) | |
tree | 8697684e02ea4bb10c5a3067f3727c526f191cd0 /packages/gcc/gcc-4.2.1.inc | |
parent | 324fd6d122adccad973cbf891bfb89ea4a5e802d (diff) |
gcc 4.2.1: Fix ICE that occurs with AVR32 gcc, especially when compiling OpenSSH.
Mainly just applies patch for gcc pr32889.
Since this ICE was first reported on the debian-gcc list
(see http://lists.debian.org/debian-gcc/2007/10/msg00306.html), and was
actually report for the HPPA, this patch might be desireable for other
architectures. This patch showed in mainline gcc 4.2.3
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32889 for mor info
Diffstat (limited to 'packages/gcc/gcc-4.2.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.1.inc b/packages/gcc/gcc-4.2.1.inc index 25b5937141..d48078384d 100644 --- a/packages/gcc/gcc-4.2.1.inc +++ b/packages/gcc/gcc-4.2.1.inc @@ -37,6 +37,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ " SRC_URI_avr32 = " http://ewi546.ewi.utwente.nl/tmp/avr32-gcc-4.2.1-atmel.1.0.3.tar.gz \ + file://gcc-pr32889.patch;patch=1 \ file://100-uclibc-conf.patch;patch=1 \ file://103-uclibc-conf-noupstream.patch;patch=1 \ file://200-uclibc-locale.patch;patch=1 \ |