summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.4.3.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-25 11:30:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-25 11:30:57 +0000
commit2220f0ca2b02a634cad48d563996fbde726f5e69 (patch)
tree6a18d82176c04a85c24339a80be83fa29f422779 /gcc/gcc-cross_3.4.3.oe
parent119b59cd0df00269bfe51d906657193217b8c884 (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-cross_3.4.3.oe')
-rw-r--r--gcc/gcc-cross_3.4.3.oe2
1 files changed, 1 insertions, 1 deletions
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++"