Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download correct linaro toolchain for host machine #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lockbox
Copy link

@lockbox lockbox commented Feb 15, 2024

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

    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/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant