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

Two fixes to win32 cross compilation #32072

Merged
merged 1 commit into from
May 18, 2019
Merged

Two fixes to win32 cross compilation #32072

merged 1 commit into from
May 18, 2019

Commits on May 18, 2019

  1. Two fixes to win32 cross compilation

    - The default mingw32 gfortran on ubuntu prints the version as `GNU Fortran (GCC) 7.3-win32 20180312`,
      rather than `7.3.0` most other gfortrans do, so be robust to that in normalize_triplet
    - When shelling out to python use the host path rather than the windows-equivalent path, since python
      is a host tool.
    Keno committed May 18, 2019
    Configuration menu
    Copy the full SHA
    36d6d7a View commit details
    Browse the repository at this point in the history