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

[beta-1.80] Update cargo #127811

Merged
merged 2 commits into from
Jul 18, 2024
Merged

[beta-1.80] Update cargo #127811

merged 2 commits into from
Jul 18, 2024

Commits on Jul 16, 2024

  1. [beta-1.80] Update cargo

    weihanglo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ea24edd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update dist-riscv64-linux to binutils 2.40

    binutils 2.40 is required by LLVM 19, as older versions do not
    know about the zmmull extension.
    
    I've had to backport some patches to glibc and gcc as well,
    as they don't build with binutils 2.40. Alternatively, we could
    also switch to glibc 2.35 and gcc 12 (I think). I figured we'd
    want to avoid the glibc version change, but if that's fine for
    riscv I can go with that instead.
    nikic authored and weihanglo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e710f0d View commit details
    Browse the repository at this point in the history