diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-06 08:16:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-06 08:16:58 +0000 |
commit | 7310b3ba8eff902d605b274f3a61c417a0fbff94 (patch) | |
tree | da2f3afca4a60329cc15d1371526aafd4c46527b /packages/gcc/gcc-cross_4.2.1.bb | |
parent | 5cc37e756a2e69d63b3efd9e5e121c40815e8df9 (diff) |
gcc 4.2.1: make maverick stuff ep93xx specific
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.1.bb b/packages/gcc/gcc-cross_4.2.1.bb index 34f083b111..e67d6c6b7a 100644 --- a/packages/gcc/gcc-cross_4.2.1.bb +++ b/packages/gcc/gcc-cross_4.2.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 = "r7" +PR = "r8" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |