diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-26 14:27:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-26 14:27:38 +0000 |
commit | e24a03968e1d992d6ef884b51863496f5168ad9e (patch) | |
tree | afc0cdc4af53127d33fb2cc2531c17efc6b54721 /packages/gcc/gcc-cross_4.1.1.bb | |
parent | 91af666405b0d5796827781c6237f2dded0577bc (diff) |
gcc-cross 4.1.1: fix libg* architecture bugs, closes #1265
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 0e7db43088..2f29e172a3 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 = "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++" |