diff options
Diffstat (limited to 'packages/gcc/gcc_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gcc/gcc_3.4.3.bb b/packages/gcc/gcc_3.4.3.bb index ad0f7a0bb9..99e028f48c 100644 --- a/packages/gcc/gcc_3.4.3.bb +++ b/packages/gcc/gcc_3.4.3.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "r7" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -20,6 +20,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-3.4.0-arm-nolibfloat.patch;patch=1 \ file://gcc-3.4.0-arm-bigendian.patch;patch=1 \ file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ - file://GCC3.4.0VisibilityPatch.diff;patch=1" + file://GCC3.4.0VisibilityPatch.diff;patch=1 \ + file://15342.patch;patch=1" include gcc3-build.inc |