summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-sdk_3.4.4.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-03 14:31:12 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-06 14:33:02 -0700
commit439e60b246bcc741e883372f2340fc6ab7af93d3 (patch)
tree6c532ce57f0140cfbf896cab1abad2df77c0e37a /recipes/gcc/gcc-cross-sdk_3.4.4.bb
parent176aebf4b27991081071ef9df07dc5673fc17864 (diff)
downloadopenembedded-439e60b246bcc741e883372f2340fc6ab7af93d3.tar.gz
gcc-cross-sdk: Fix relocation of the toolchain and bump PR.
There's two parts to this. The first is to make relative, not absolute symlinks for 'cpp', etc. The second is that we need to configure without --with-gxx-include-dir and instead install the base C++ headers into the expected location. The path passed to --with-gxx-include-dir will not be relocated and is an absolute. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_3.4.4.bb')
-rw-r--r--recipes/gcc/gcc-cross-sdk_3.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_3.4.4.bb b/recipes/gcc/gcc-cross-sdk_3.4.4.bb
index f6dd0532e3..e3346590d5 100644
--- a/recipes/gcc/gcc-cross-sdk_3.4.4.bb
+++ b/recipes/gcc/gcc-cross-sdk_3.4.4.bb
@@ -1,4 +1,4 @@
-PR = "r7"
+PR = "r8"
require gcc-${PV}.inc
require gcc-cross-sdk.inc