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

Accept "linux-androideabi" as an alias for Android #6301

Closed
wants to merge 1 commit into from

Commits on Oct 18, 2019

  1. Accept "linux-androideabi" as an alias for Android

    Google uses `armv7-none-linux-androideabi`, analogous to
    `armv7-unknown-linux-gnueabi` for e.g. a 32-bit regular linux.
    
    The existing alias it not a mistake, it is the right one for 64 bit.
    Google for that use `aarch64-linux-android`, analogous to
    `aarch64-unknown-linux-android` for a 64-bi regular linux.
    
    See https://developer.android.com/ndk/guides/standalone_toolchain for
    evidence/details.
    Ericson2314 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    90d968a View commit details
    Browse the repository at this point in the history