summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.1.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-06-10 14:22:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-10 14:22:28 +0000
commit3af76ca9c5dd3d1ff7bd5b57c2221a7255d6baf7 (patch)
treef6c6ec5e63e013ad5a2eeae629c31411b60ebe36 /packages/gcc/gcc-cross_4.1.1.bb
parentc7f3725d8ab361dd85077638ba965481a80ba526 (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.bb2
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++"