aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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
TARGET_SYS="mips-poky-linux"
fi
-if [ ! -e $CROSSPATH/bin/cc ]; then
- ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/bin/cc
-fi
-
-if [ ! -e $CROSSPATH/bin/gcc ]; then
- ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/bin/gcc
-fi
-
CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH
SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot`