sof: scripts: force PATH to compile xtensa without environment dependencies

The ROOT is already assumed to be as $pwd/../xtensa-root/$ROOT,
set the PATH as well

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2018-04-03 08:57:16 -05:00 committed by Liam Girdwood
parent c8586154c4
commit f7471abe8f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ do
PLATFORM="cannonlake"
ROOT="xtensa-cnl-elf"
fi
PATH=$pwd/../xtensa-root/$ROOT/bin:$PATH
./configure --with-arch=xtensa --with-platform=$PLATFORM --with-root-dir=$pwd/../xtensa-root/$ROOT --host=$ROOT
make clean
make