diff --git a/cc/config/riscv64_device.go b/cc/config/riscv64_device.go index 70e9fe434..35c57f90f 100644 --- a/cc/config/riscv64_device.go +++ b/cc/config/riscv64_device.go @@ -28,7 +28,6 @@ var ( "-fno-emulated-tls", // For -fsanitize=shadow-call-stack. "-ffixed-x18", - "-march=rv64gc_zbb", } riscv64ArchVariantCflags = map[string][]string{} @@ -37,7 +36,6 @@ var ( "-Wl,--hash-style=gnu", // For -fsanitize=shadow-call-stack. "-ffixed-x18", - "-march=rv64gc_zbb", } riscv64Lldflags = append(riscv64Ldflags,