Revert "Revert "riscv64: enable V.""

This reverts commit 2583523144.

Change-Id: I5b05d546e17dee497dce1bfeb9290445e1c071c2
This commit is contained in:
Elliott Hughes
2023-09-14 18:12:18 +00:00
parent 3671c385c7
commit 726b001ae1

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,