diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-11 02:47:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-11 02:47:10 +0000 |
commit | 7f0742dcef23956c122f011e85edb7afaaa1f88a (patch) | |
tree | 988ac3271b23cb8c2107f605dd6f2810ba1453b6 /packages/gcc/gcc-cross_3.4.3.bb | |
parent | d22cebdec656eadcf604989d98fa78c375404467 (diff) |
Build libstdc++ with --disable-libstdcxx-pch instead of --disable-hosted-libstdcxx.
BKrev: 423106aera6A69PlhQ9P2x5IPDIzsA
Diffstat (limited to 'packages/gcc/gcc-cross_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.4.3.bb | 2 |
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 791b821d08..54a0629a7b 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 = "r8" +PR = "r9" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |