summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-04 19:30:14 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-04 19:30:14 +0000
commitb9c9360d8013aeb60c73d224a4fcd37ac8896107 (patch)
treea585db4539f914bbc9b5f1d7aba1855daa53c916 /scripts
parentca2c506f96b9d5af5d40ee66e3b0508052100630 (diff)
downloadopenembedded-core-contrib-b9c9360d8013aeb60c73d224a4fcd37ac8896107.tar.gz
scripts/runqemu: Append to CROSSPATH after creating symlinks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3668 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 070d371c62..673490bf23 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -115,11 +115,11 @@ if [ "$MACHINE" = "qemux86" ]; then
CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin
fi
-CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
-
if [ ! -e $CROSSPATH/cc ]; then
ln -s $CROSSPATH/gcc $CROSSPATH/cc
fi
+CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
+
. $INTERNAL_SCRIPT