From d3d3ab5726dfe29461a51ab62abdf4ec07f7d5f3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 17 Mar 2008 15:05:20 +0000 Subject: gcc-configure-sdk.inc: Fix rather nasty typo --- packages/gcc/gcc-configure-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/gcc/gcc-configure-sdk.inc') 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}" -- cgit v1.2.3