From: Phil Blundell Date: Wed, 2 Jun 2004 19:36:37 +0000 (+0000) Subject: add patch for PR 15666 ice X-Git-Tag: Release-2010-05/1~18915 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faf90d26b43b8322d34b8f9830cf093a88506fc;p=openembedded.git add patch for PR 15666 ice BKrev: 40be2c45pUlnwpH8n23v1wD_DXFqUg --- 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 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"