gcc-cross-sdk: Fix relocation of the toolchain and bump PR.
authorTom Rini <trini@embeddedalley.com>
Fri, 3 Apr 2009 21:31:12 +0000 (14:31 -0700)
committerTom Rini <trini@embeddedalley.com>
Mon, 6 Apr 2009 21:33:02 +0000 (14:33 -0700)
commit439e60b246bcc741e883372f2340fc6ab7af93d3
tree6c532ce57f0140cfbf896cab1abad2df77c0e37a
parent176aebf4b27991081071ef9df07dc5673fc17864
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>
15 files changed:
recipes/gcc/gcc-configure-sdk.inc
recipes/gcc/gcc-cross-sdk_3.3.4.bb
recipes/gcc/gcc-cross-sdk_3.4.3.bb
recipes/gcc/gcc-cross-sdk_3.4.4.bb
recipes/gcc/gcc-cross-sdk_4.1.0.bb
recipes/gcc/gcc-cross-sdk_4.1.1.bb
recipes/gcc/gcc-cross-sdk_4.1.2.bb
recipes/gcc/gcc-cross-sdk_4.2.2.bb
recipes/gcc/gcc-cross-sdk_4.2.3.bb
recipes/gcc/gcc-cross-sdk_4.2.4.bb
recipes/gcc/gcc-cross-sdk_4.3.1.bb
recipes/gcc/gcc-cross-sdk_4.3.2.bb
recipes/gcc/gcc-cross-sdk_4.3.3.bb
recipes/gcc/gcc-cross-sdk_csl-arm-2007q3.bb
recipes/gcc/gcc-package-sdk.inc