3 Apr
2018
3 Apr
'18
3:57 p.m.
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 --- scripts/xtensa-build-all.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index 5111383..227254f 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -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
--
2.14.1