aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross_3.4.3.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-11 00:43:22 +0000
committerChris Larson <clarson@kergoth.com>2005-03-11 00:43:22 +0000
commitd22cebdec656eadcf604989d98fa78c375404467 (patch)
tree6aae28a3c9b6251624b538066db11d1ec6367bd7 /packages/gcc/gcc-cross_3.4.3.bb
parent063b32559f113465ce7f136b594f65179050b77d (diff)
downloadopenembedded-d22cebdec656eadcf604989d98fa78c375404467.tar.gz
gcc 3.4.x: Build libstdc++ with --disable-hosted-libstdcxx to disable abi check and precompiled headers.
BKrev: 4230e9aao_KPyiTvyJF5GF1LbbZ78Q
Diffstat (limited to 'packages/gcc/gcc-cross_3.4.3.bb')
-rw-r--r--packages/gcc/gcc-cross_3.4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.4.3.bb b/packages/gcc/gcc-cross_3.4.3.bb
index 0bb212e8d7..791b821d08 100644
--- a/packages/gcc/gcc-cross_3.4.3.bb
+++ b/packages/gcc/gcc-cross_3.4.3.bb
@@ -5,7 +5,7 @@ inherit cross
FILESDIR = "${@os.path.dirname(bb.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 = "r7"
+PR = "r8"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"