diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-02 19:36:37 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-02 19:36:37 +0000 |
commit | 5faf90d26b43b8322d34b8f9830cf093a88506fc (patch) | |
tree | 8aff8bdff805641480030dbd6cb55dd151bb5c7c /gcc | |
parent | eba0b8dadc478d09fd68597d86adc7b7d6295e95 (diff) |
add patch for PR 15666 ice
BKrev: 40be2c45pUlnwpH8n23v1wD_DXFqUg
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-3.4.0/gcc34-15666.patch | 0 | ||||
-rw-r--r-- | gcc/gcc_3.4.0.oe | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcc-3.4.0/gcc34-15666.patch b/gcc/gcc-3.4.0/gcc34-15666.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.0/gcc34-15666.patch diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index 8535eadac4..ffe2af535b 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -1,3 +1,5 @@ +PR = "r1" + inherit autotools DESCRIPTION = "The GNU cc and gcc C compilers." @@ -73,6 +75,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc34-arm-ldm-peephole.patch;patch=1 \ file://gcc34-arm-tune.patch;patch=1 \ file://gcc34-15089.patch;patch=1 \ + file://gcc34-15666.patch;patch=1 \ file://gcc-uclibc-3.4.0-100-conf.patch;patch=1 \ file://gcc-uclibc-3.4.0-120-softfloat.patch;patch=1 \ file://gcc-uclibc-3.4.0-200-code.patch;patch=1" |