aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/gcc_flags.go
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:05:19 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:05:19 +0000
commit46a44cbeeb2e07d1b226a35fe5e167fa36204979 (patch)
tree73936aba47fe1dc71e9cc05af9747036e935608c /compiler_wrapper/gcc_flags.go
parentb75f321fc8978b92ce3db6886ccb966768f0c7a8 (diff)
parent4e4201457e5f51a132101c611c79ccff9f713c8b (diff)
downloadtoolchain-utils-android12-mainline-media-swcodec-release.tar.gz
Change-Id: If290a0a595ded648f01319b985ec90abd49afb42
Diffstat (limited to 'compiler_wrapper/gcc_flags.go')
-rw-r--r--compiler_wrapper/gcc_flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler_wrapper/gcc_flags.go b/compiler_wrapper/gcc_flags.go
index 397bf82d..7141d14c 100644
--- a/compiler_wrapper/gcc_flags.go
+++ b/compiler_wrapper/gcc_flags.go
@@ -14,6 +14,7 @@ func processGccFlags(builder *commandBuilder) {
"-march=goldmont": "-march=silvermont",
"-march=goldmont-plus": "-march=silvermont",
"-march=skylake": "-march=corei7",
+ "-march=tigerlake": "-march=corei7",
"-march=tremont": "-march=silvermont",
}