Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa-build-all.sh: do not fallback on gcc when xcc dir is wrong
If the user requested the Cadence toolchain by defining $XTENSA_TOOLS_ROOT, then do not "correct" the user and fallback on gcc when that variable is wrong. Fail and point at the problem instead. No one ever pays attention to build logs; as shown by new warnings being submitted on a regular basis. This also removes the local variable "XCC", the name of which was collision-prone and confusingly capitalized. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information