From 2583523144c9d952eed99f789511c6a4674a37e5 Mon Sep 17 00:00:00 2001 From: Jeremy DeHaan Date: Wed, 13 Sep 2023 23:45:47 +0000 Subject: [PATCH] Revert "riscv64: enable V." This reverts commit aa204ec49cb14ef0c9f8f5cf472295653d9fd4a0. Reason for revert: b/300158981 Change-Id: I4e969c7fccade0f8e1b29cb6267c27355ddca866 --- cc/config/riscv64_device.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc/config/riscv64_device.go b/cc/config/riscv64_device.go index e04862209..40919c0cf 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=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,