diff options
| author | 2023-03-29 16:24:19 +0000 | |
|---|---|---|
| committer | 2023-03-29 16:24:19 +0000 | |
| commit | 08a68a09a94938bb3a4b59f420ce77c69a67f491 (patch) | |
| tree | 0a1356fd7876b2ee0c92b1048eb72161d6092974 | |
| parent | 263d40042567bf3783d06660a6139771be15dc30 (diff) | |
| parent | cc750892297fbad15411de60c1732c0f046f3ce0 (diff) | |
Merge "Revert "[RISC-V] rv64gc_zbb for Android""
| -rw-r--r-- | cc/config/riscv64_device.go | 2 |
1 files changed, 0 insertions, 2 deletions
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, |