aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross_3.4.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 00:04:07 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 00:04:07 +0000
commitd6f7133b8d8e67069233aba56937fa4c6e41d196 (patch)
tree7658e6b18006af02072f077b59fbd3e3fa8529c8 /packages/gcc/gcc-cross_3.4.4.bb
parent91aed6119a23f8e6dbb77301e862a8da320b3855 (diff)
downloadopenembedded-d6f7133b8d8e67069233aba56937fa4c6e41d196.tar.gz
gcc: Enable sysroot options, hacking around path layout issues for now. This fixes the sdk version to use the correct sysroot which is important for ease of use of SDKs and standalone toolchains. This change means a gcc rebuild unfortunately
Diffstat (limited to 'packages/gcc/gcc-cross_3.4.4.bb')
-rw-r--r--packages/gcc/gcc-cross_3.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb
index 83c0055017..3248e8d688 100644
--- a/packages/gcc/gcc-cross_3.4.4.bb
+++ b/packages/gcc/gcc-cross_3.4.4.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"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"