summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-cross-kernel.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-30 13:27:03 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-03 12:46:05 -0700
commit07733978e28ec682fbabac61325fe3dc22d6dbda (patch)
treef8d4e929ada7027ead69780a888e9618d45d28fe /recipes/gcc/gcc-cross-kernel.inc
parentc52193ee037fe3d7c469256585ab70cb6c774ea8 (diff)
gcc,eglibc: Use the paths for mutli-machine safe toolchain install.
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-cross-kernel.inc')
-rw-r--r--recipes/gcc/gcc-cross-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-kernel.inc b/recipes/gcc/gcc-cross-kernel.inc
index e6f1fb8225..e9b9d7d61d 100644
--- a/recipes/gcc/gcc-cross-kernel.inc
+++ b/recipes/gcc/gcc-cross-kernel.inc
@@ -19,5 +19,5 @@ do_compile () {
do_stage () {
cd gcc
oe_runmake installdirs install-common install-headers install-libgcc
- install -m 0755 xgcc ${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}gcc-${PV}
+ install -m 0755 xgcc ${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc-${PV}
}