mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scripts/runqemu: Drop broken toolchain symlink code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user