correct gccarchh and tune for rv
This commit is contained in:
parent
91642f0b3c
commit
af6e2c4f9f
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
rv64_zba_zbb =
|
rv64_zba_zbb =
|
||||||
riscv64-linux
|
riscv64-linux
|
||||||
// {
|
// {
|
||||||
gcc.arch = "rv64_zba_zbb";
|
gcc.arch = "rv64gc_zba_zbb";
|
||||||
|
gcc.tune = "sifive-u74";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pkgs-unpatched = import nixpkgs-unpatched' {
|
pkgs-unpatched = import nixpkgs-unpatched' {
|
||||||
|
|
Loading…
Reference in a new issue