summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 4e4b42c70f..8a1c2120c2 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -205,14 +205,6 @@ elif [ "$MACHINE" = "qemumips" ]; then
205 TARGET_SYS="mips-poky-linux" 205 TARGET_SYS="mips-poky-linux"
206fi 206fi
207 207
208if [ ! -e $CROSSPATH/bin/cc ]; then
209 ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/bin/cc
210fi
211
212if [ ! -e $CROSSPATH/bin/gcc ]; then
213 ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/bin/gcc
214fi
215
216CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH 208CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH
217 209
218SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot` 210SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot`