diff options
| author | 2023-09-19 16:52:31 +0000 | |
|---|---|---|
| committer | 2023-09-19 16:52:31 +0000 | |
| commit | a1a29b75db64bf378c4ae877789e710a6ed636de (patch) | |
| tree | 75675fe2a723be1885114914aac7331d38733e8f | |
| parent | 95ad0a9226444a4bac2055e7736ef014b097cae3 (diff) | |
| parent | 726b001ae1a3388f65b571350bef4d373a3768c8 (diff) | |
Merge "Revert "Revert "riscv64: enable V.""" into main
| -rw-r--r-- | cc/config/riscv64_device.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/config/riscv64_device.go b/cc/config/riscv64_device.go index 40919c0cf..e04862209 100644 --- a/cc/config/riscv64_device.go +++ b/cc/config/riscv64_device.go @@ -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, |