diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-06-10 14:22:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-10 14:22:28 +0000 |
commit | 3af76ca9c5dd3d1ff7bd5b57c2221a7255d6baf7 (patch) | |
tree | f6c6ec5e63e013ad5a2eeae629c31411b60ebe36 /packages/gcc/gcc-cross_4.1.1.bb | |
parent | c7f3725d8ab361dd85077638ba965481a80ba526 (diff) |
gcc-4.1.1: added patch for configure to compile with the right target flags
(copied from 3.4.4). bumped PR for both 4.1.1 bb files
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 76e14ddca1..ef21de5f01 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 = "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++" |