diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-03 07:32:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-03 07:32:10 +0000 |
commit | a7b6e851a98ac94ba654c2372a3b1b1d0775bbde (patch) | |
tree | fc26b6a75d5633d3aa34d552a56e6059ad0ee760 /packages/gcc/gcc-cross_4.1.2.bb | |
parent | 2ad0ce50a8c83e61b7fdc1a65f63cf01cf3468e0 (diff) |
gcc 4.1.2: fix 800-arm-bigendian.patch
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 657e5afaca..b11259676e 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 .oe changes something that affects its *build* # remember to increment this one too. -PR = "r2" +PR = "r3" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |