ensure newly built tools on front of path

This commit is contained in:
Dave Murphy 2020-07-24 16:02:56 +01:00
parent 0b31c7ab1c
commit 9bf0973c2a

View File

@ -122,7 +122,7 @@ export MAKE
# Add installed devkit to the path, adjusting path on minsys
#---------------------------------------------------------------------------------
TOOLPATH=$(echo $INSTALLDIR | sed -e 's/^\([a-zA-Z]\):/\/\1/')
export PATH=$PATH:$TOOLPATH/$package/bin
export PATH=$TOOLPATH/$package/bin:$PATH
CROSS_PARAMS="--build=`./config.guess`"