aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-kernel.inc
diff options
context:
space:
mode:
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}
}