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

flake.nix: Use unwrapped bintools for aarch64-none-elf #236

Merged
merged 1 commit into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. flake.nix: use correct bintools for ARM

    We need the unwrapped bintools (in particular LD) since Nix
    seems to be putting all sorts of nonsense in the command
    line parameters that doesn't make sense on non-Linux systems.
    
    After all, we aren't target Linux, we're targeting
    aarch64-none-elf.
    
    This patch is exactly the same as a previous one I made but
    for RISC-V, I forgot to apply the same thing to AArch64.
    
    Signed-off-by: Ivan-Velickovic <[email protected]>
    Ivan-Velickovic committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f7647fb View commit details
    Browse the repository at this point in the history