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

Fix build on non-x86_64 Linux #321

Merged
merged 1 commit into from
Jun 9, 2023

Commits on Apr 3, 2023

  1. Fix build on non-x86_64 Linux

    It looks like some macOS-specific CMake options to LLVM end up forcing
    an x86_64 build of some blake3 intrinsics (or something like that) which
    causes the build to fail on AArch64 Linux, for example. I found, though,
    that when removing these options it was then possible to build a
    toolchain for AArch64 Linux.
    alexcrichton committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    dbb076c View commit details
    Browse the repository at this point in the history