correct gccarchh and tune for rv

This commit is contained in:
Charlotte 🦝 Delenk 2023-07-06 15:55:42 +01:00
parent 91642f0b3c
commit af6e2c4f9f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -40,7 +40,8 @@
rv64_zba_zbb =
riscv64-linux
// {
gcc.arch = "rv64_zba_zbb";
gcc.arch = "rv64gc_zba_zbb";
gcc.tune = "sifive-u74";
};
};
pkgs-unpatched = import nixpkgs-unpatched' {