summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index eaee811187..225c53c0cf 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -144,6 +144,6 @@ if [ ! -e $CROSSPATH/cc ]; then
144 ln -s $CROSSPATH/gcc $CROSSPATH/cc 144 ln -s $CROSSPATH/gcc $CROSSPATH/cc
145fi 145fi
146 146
147CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin 147CROSSPATH=$BUILDDIR/tmp/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
148 148
149. $INTERNAL_SCRIPT 149. $INTERNAL_SCRIPT