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 | |
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')
-rw-r--r-- | gcc/gcc-3.4.3/GCC3.4.0VisibilityPatch.diff | 0 | ||||
-rw-r--r-- | gcc/gcc-cross_3.4.3.oe | 2 | ||||
-rw-r--r-- | gcc/gcc_3.4.3.oe | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gcc/gcc-3.4.3/GCC3.4.0VisibilityPatch.diff b/gcc/gcc-3.4.3/GCC3.4.0VisibilityPatch.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.3/GCC3.4.0VisibilityPatch.diff diff --git a/gcc/gcc-cross_3.4.3.oe b/gcc/gcc-cross_3.4.3.oe index 56e40f7609..d0d73230af 100644 --- a/gcc/gcc-cross_3.4.3.oe +++ b/gcc/gcc-cross_3.4.3.oe @@ -3,7 +3,7 @@ inherit cross FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" # NOTE: split PR. If the main .oe changes something that affects its *build* # remember to increment this one too. -PR = "r3" +PR = "r4" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" 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 |