diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-07 11:35:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-07 11:35:19 +0000 |
commit | fbcc4e3db5943fdc05993abe9a9497c0bdab7e96 (patch) | |
tree | a79d754c51d87119a08a0b3dcee69e6603ad1c61 /packages/gcc/gcc-cross_4.1.1.bb | |
parent | 725b7aeac7588ff4f00c2d46419e75c5eeb79209 (diff) |
gcc 4.1.1, gcc3-build-cross.inc: fix libsupc++ and libstdc++ la files with some XorA sed magic
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.1.bb b/packages/gcc/gcc-cross_4.1.1.bb index 5721dee50b..f69ab5c8b3 100644 --- a/packages/gcc/gcc-cross_4.1.1.bb +++ b/packages/gcc/gcc-cross_4.1.1.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 = "r9" +PR = "r10" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |