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

Start support for MSYSTEM=ARM64 #321

Merged
merged 1 commit into from
Jan 27, 2021

Commits on Jan 26, 2021

  1. git-extra: allow to extend i686 support to ARM64

    Windows/ARM64 can run i686 executables via a built-in emulator. Since it
    is currently not possible to build much of anything in MSYS2 for
    Windows/ARM64, let's sort of support Windows/ARM64 via starting with an
    i686 version of Git for Windows' SDK, then augmenting it by Git
    artifacts built via Visual Studio and installed into `/arm64/*`.
    
    To allow for that, we now handle the special value `MSYSTEM=ARM64` to
    set up the environment accordingly.
    
    Signed-off-by: Johannes Schindelin <[email protected]>
    dscho committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a6b3a14 View commit details
    Browse the repository at this point in the history