Merge "Revert "riscv64: enable V."" into main
This commit is contained in:
commit
928c0c436d
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ var (
|
|||
// Help catch common 32/64-bit errors.
|
||||
"-Werror=implicit-function-declaration",
|
||||
"-fno-emulated-tls",
|
||||
"-march=rv64gcv_zba_zbb_zbs",
|
||||
"-march=rv64gc_zba_zbb_zbs",
|
||||
}
|
||||
|
||||
riscv64ArchVariantCflags = map[string][]string{}
|
||||
|
||||
riscv64Ldflags = []string{
|
||||
"-Wl,--hash-style=gnu",
|
||||
"-march=rv64gcv_zba_zbb_zbs",
|
||||
"-march=rv64gc_zba_zbb_zbs",
|
||||
}
|
||||
|
||||
riscv64Lldflags = append(riscv64Ldflags,
|
||||
|
|
Loading…
Reference in a new issue