diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-26 21:43:54 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-26 21:43:54 +0000 |
commit | 37dd0368bfdbb8b3680b8158d6e4d7bef646ad7f (patch) | |
tree | ff7759bb3c75b761969cfb248ad5bd5ed17e8766 /packages/gcc | |
parent | 9eb0ed8694c66d46172111d3d897b4bbef83fbc4 (diff) | |
parent | 7639f2359fb6e8d4c861146b1ed4b1f3833cd75b (diff) |
merge of '0c8e229c6b28d5a860d0b3d8d71739f9c9bb18e0'
and 'ed8cc53f61ab5684eccfe6a4732071def8a37424'
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 | ||||
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 337562b207..f7a00d8afc 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.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 .bb changes something that affects its *build* # remember to increment this one too. -PR = "r11" +PR = "r12" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index a6c99140b5..92db116555 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -4,7 +4,7 @@ SECTION = "devel" LICENSE = "GPL" # NOTE: split PR. If the main .bb changes something that affects its *build* # remember to increment the -cross .bb PR too. -PR = "r8" +PR = "r9" inherit autotools gettext |