riscv64: enable V.

Test: treehugger
Change-Id: I5bbbb22074632366c7ffa38bc437d80da692685b
This commit is contained in:
Elliott Hughes
2023-07-27 15:17:34 -07:00
parent 5ad5c918a3
commit aa204ec49c

View File

@@ -26,14 +26,14 @@ var (
// Help catch common 32/64-bit errors.
"-Werror=implicit-function-declaration",
"-fno-emulated-tls",
"-march=rv64gc_zba_zbb_zbs",
"-march=rv64gcv_zba_zbb_zbs",
}
riscv64ArchVariantCflags = map[string][]string{}
riscv64Ldflags = []string{
"-Wl,--hash-style=gnu",
"-march=rv64gc_zba_zbb_zbs",
"-march=rv64gcv_zba_zbb_zbs",
}
riscv64Lldflags = append(riscv64Ldflags,