diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-28 20:35:40 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-28 20:35:40 +0000 |
commit | 12486db5a8a94532e9a72c85490509e8444247d7 (patch) | |
tree | bfde0a1f4d8012ecb7c7cdb1da682bc805002dfa /packages/gcc/gcc_3.4.3.bb | |
parent | 8686f7150e6f111a56ec9e1402c7894d543920c4 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2005/02/27 13:38:33-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/28 20:35:38+00:00 (none)!pb
patch gtk+ for display migration
2005/02/28 20:32:22+00:00 (none)!pb
add patch for gcc bug #15342
2005/02/28 19:58:29+00:00 (none)!pb
update gst-plugins to 0.8.7
BKrev: 4223809ctIUz5QLCYyQLpU5IdSPc-w
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 |