diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-03 14:31:12 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-06 14:33:02 -0700 |
commit | 439e60b246bcc741e883372f2340fc6ab7af93d3 (patch) | |
tree | 6c532ce57f0140cfbf896cab1abad2df77c0e37a /recipes/gcc/gcc-cross-sdk_4.1.1.bb | |
parent | 176aebf4b27991081071ef9df07dc5673fc17864 (diff) |
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_4.1.1.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.1.1.bb b/recipes/gcc/gcc-cross-sdk_4.1.1.bb index 461008d2d5..a6418f6404 100644 --- a/recipes/gcc/gcc-cross-sdk_4.1.1.bb +++ b/recipes/gcc/gcc-cross-sdk_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "r8" require gcc-${PV}.inc require gcc-cross-sdk.inc |