diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index 2ee5514a2..8408b401c 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -326,12 +326,8 @@ do if [ -d "$XTENSA_TOOLS_DIR" ] then XCC="xt-xcc" - XTOBJCOPY="xt-objcopy" - XTOBJDUMP="xt-objdump" else XCC="none" - XTOBJCOPY="none" - XTOBJDUMP="none" >&2 printf 'WARNING: %s \t is not a directory, reverting to gcc\n' "$XTENSA_TOOLS_DIR" fi