From 07733978e28ec682fbabac61325fe3dc22d6dbda Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Jul 2010 13:27:03 -0700 Subject: gcc,eglibc: Use the paths for mutli-machine safe toolchain install. Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Martin Jansa --- recipes/gcc/gcc-cross-sdk_3.4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gcc/gcc-cross-sdk_3.4.4.bb') diff --git a/recipes/gcc/gcc-cross-sdk_3.4.4.bb b/recipes/gcc/gcc-cross-sdk_3.4.4.bb index a885c077e4..bb07bd36b6 100644 --- a/recipes/gcc/gcc-cross-sdk_3.4.4.bb +++ b/recipes/gcc/gcc-cross-sdk_3.4.4.bb @@ -7,7 +7,7 @@ SRC_URI += 'file://sdk-libstdc++-includes.patch' do_compile_prepend () { mkdir -p gcc - ln -s ${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}as gcc/as - ln -s ${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}ld gcc/ld + ln -s ${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}as gcc/as + ln -s ${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ld gcc/ld } -- cgit 1.2.3-korg