diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 4 |
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 | |||
115 | CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin | 115 | CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin |
116 | fi | 116 | fi |
117 | 117 | ||
118 | CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin | ||
119 | |||
120 | if [ ! -e $CROSSPATH/cc ]; then | 118 | if [ ! -e $CROSSPATH/cc ]; then |
121 | ln -s $CROSSPATH/gcc $CROSSPATH/cc | 119 | ln -s $CROSSPATH/gcc $CROSSPATH/cc |
122 | fi | 120 | fi |
123 | 121 | ||
122 | CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin | ||
123 | |||
124 | . $INTERNAL_SCRIPT | 124 | . $INTERNAL_SCRIPT |
125 | 125 | ||