mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scripts/runqemu: Append to CROSSPATH after creating symlinks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3668 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -115,11 +115,11 @@ if [ "$MACHINE" = "qemux86" ]; then
|
||||
CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin
|
||||
fi
|
||||
|
||||
CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
|
||||
|
||||
if [ ! -e $CROSSPATH/cc ]; then
|
||||
ln -s $CROSSPATH/gcc $CROSSPATH/cc
|
||||
fi
|
||||
|
||||
CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
|
||||
|
||||
. $INTERNAL_SCRIPT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user