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

gcc: use as(1) from binutils with LLVM bintools #211687

Merged
merged 2 commits into from
Jan 20, 2023

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    89976bb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. gcc: use as(1) from binutils with LLVM bintools

    LLVM does not provide a drop-in replacement for as(1).
    
    This makes it possible to build a GNU Fortran cross compiler from GNU
    to LLVM — e.g. buildPackages.gfortran for
    { system = "aarch64-linux"; useLLVM = true; }
    alyssais committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e64c1a4 View commit details
    Browse the repository at this point in the history