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-cross_4.2.1.bb | |
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-cross_4.2.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.1.bb b/packages/gcc/gcc-cross_4.2.1.bb index bb3b5ff9b1..d886d147b0 100644 --- a/packages/gcc/gcc-cross_4.2.1.bb +++ b/packages/gcc/gcc-cross_4.2.1.bb @@ -1,4 +1,4 @@ -PR = "r13" +PR = "r14" require gcc-${PV}.inc require gcc-cross4.inc |