From: Richard Purdie Date: Mon, 17 Mar 2008 15:05:20 +0000 (+0000) Subject: gcc-configure-sdk.inc: Fix rather nasty typo X-Git-Tag: Release-2010-05/1~7405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d3ab5726dfe29461a51ab62abdf4ec07f7d5f3;p=openembedded.git gcc-configure-sdk.inc: Fix rather nasty typo --- diff --git a/packages/gcc/gcc-configure-sdk.inc b/packages/gcc/gcc-configure-sdk.inc index e7fed06876..f8c4de8c78 100644 --- a/packages/gcc/gcc-configure-sdk.inc +++ b/packages/gcc/gcc-configure-sdk.inc @@ -27,7 +27,7 @@ export WINDRES_FOR_TARGET = "${CROSS_DIR}/${TARGET_SYS}/bin/windres" # # We need to override this and make sure the compiler can find staging # -export ARCH_FLAGS_FOR_TARGET = "--sysroot=/media/build1/builds/oe/angstrom/tmp/staging/arm-angstrom-linux-gnueabi" +export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET}" do_configure () { export CC_FOR_BUILD="${BUILD_CC}"