aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/gcc_flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/gcc_flags.go')
-rw-r--r--compiler_wrapper/gcc_flags.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler_wrapper/gcc_flags.go b/compiler_wrapper/gcc_flags.go
index 1f4a6491..70aa2fd9 100644
--- a/compiler_wrapper/gcc_flags.go
+++ b/compiler_wrapper/gcc_flags.go
@@ -12,11 +12,6 @@ func processGccFlags(builder *commandBuilder) {
// Conversion for flags supported by clang but not gcc.
clangToGcc := map[string]string{
"-march=alderlake": "-march=skylake",
- "-march=goldmont": "-march=silvermont",
- "-march=goldmont-plus": "-march=silvermont",
- "-march=skylake": "-march=corei7",
- "-march=tigerlake": "-march=corei7",
- "-march=tremont": "-march=silvermont",
}
builder.transformArgs(func(arg builderArg) string {