[oe-commits] org.oe.dev gcc-configure-sdk.inc: Fix rather nasty typo

rpurdie commit oe at amethyst.openembedded.net
Mon Mar 17 18:48:39 UTC 2008


gcc-configure-sdk.inc: Fix rather nasty typo

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: d6d0e8d37a9941e266a7c0d6bdd90a4e6b802776
ViewMTN: http://monotone.openembedded.org/revision/info/d6d0e8d37a9941e266a7c0d6bdd90a4e6b802776
Files:
1
packages/gcc/gcc-configure-sdk.inc
Diffs:

#
# mt diff -r34d65e558f4054bcc43a7c55d85a1042ebe27fa1 -rd6d0e8d37a9941e266a7c0d6bdd90a4e6b802776
#
#
#
# patch "packages/gcc/gcc-configure-sdk.inc"
#  from [d26e8cf65fcbd75507b4c227459097ded00a5ba3]
#    to [a810161c4128d5c9e4a0758dc0a54bb92340eb0b]
#
============================================================
--- packages/gcc/gcc-configure-sdk.inc	d26e8cf65fcbd75507b4c227459097ded00a5ba3
+++ packages/gcc/gcc-configure-sdk.inc	a810161c4128d5c9e4a0758dc0a54bb92340eb0b
@@ -27,7 +27,7 @@ export WINDRES_FOR_TARGET = "${CROSS_DIR
 #
 # 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}"






More information about the Openembedded-commits mailing list