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

mingw-w64-cross-clang: prefixed cross-compiling wrappers for clang #8762

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2024

  1. add cross-compiler-rt package.

    to provide compiler-rt builtins for foreign Windows arches
    jeremyd2019 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4a7310 View commit details
    Browse the repository at this point in the history
  2. mingw-w64-cross-clang: wrappers for cross compilation

    This allows using clang to target other Windows arches using prefixed
    cross tools (ie, aarch64-w64-mingw32-clang).
    jeremyd2019 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d6397e3 View commit details
    Browse the repository at this point in the history