Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use host machine id to download toolchain version
This updates the `install_linaro.sh` script to change the installed tar based on the linux host architecture, windows mingw behavior is unchanged. `uname -m` will return the correct machine identifier in the target triple, and correctly change the artifact to download from the linaro binary releases [here](https://releases.linaro.org/components/toolchain/binaries/7.5-2019.12/arm-eabi/)
- Loading branch information