diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 11:30:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 11:30:57 +0000 |
commit | 2220f0ca2b02a634cad48d563996fbde726f5e69 (patch) | |
tree | 6a18d82176c04a85c24339a80be83fa29f422779 /gcc/gcc_3.4.3.oe | |
parent | 119b59cd0df00269bfe51d906657193217b8c884 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/25 05:16:24-06:00 ti.com!kergoth
Apply the gcc visibility patch to our 3.4.3 builds (not applying to the others
yet due to the openzaurus and familiar releases being imminent).
BKrev: 41a5c271LHMkE6ZpNPKMaQYziW6FUA
Diffstat (limited to 'gcc/gcc_3.4.3.oe')
-rw-r--r-- | gcc/gcc_3.4.3.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/gcc_3.4.3.oe b/gcc/gcc_3.4.3.oe index 9445be099b..04df9fd305 100644 --- a/gcc/gcc_3.4.3.oe +++ b/gcc/gcc_3.4.3.oe @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" 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-lib1asm.patch;patch=1 \ 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://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ + file://GCC3.4.0VisibilityPatch.diff;patch=1" include gcc3-build.inc |