diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-01 18:22:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-01 18:22:14 +0000 |
commit | 39890f56f5b202d3dd35693ff754d510961311a6 (patch) | |
tree | 7cac64a6f7bcf1a4ebb4c0f1cd682a457e29482b /packages/gcc/gcc-4.2.2.inc | |
parent | cdf15d26661ba6492530b6c9d20bde9edcdcb4e7 (diff) |
gcc 4.2.2: add more avr32 patches.
* an image compiled from scratch boots straight into X, although the avahi seggault is still there
Diffstat (limited to 'packages/gcc/gcc-4.2.2.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.2.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc index 5691fb647a..0f4de3cdc7 100644 --- a/packages/gcc/gcc-4.2.2.inc +++ b/packages/gcc/gcc-4.2.2.inc @@ -43,7 +43,9 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ SRC_URI_append_avr32 = " \ file://gcc-4.2.2.atmel.1.0.8.patch.bz2;patch=1 \ - file://901-avr32-no-cond-exec-before-reload-by-default.patch;patch=1 \ + file://901-avr32-fix-no-cond-exec-before-reload.patch;patch=1 \ + file://902-avr32-fix-sync-insn-instructions.patch;patch=1 \ + file://903-avr32-fix-removal-of-redundant-cast-operations.patch;patch=1 \ " |