aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_nonhardened_golden
diff options
context:
space:
mode:
authorMichael Cheng <michael.cheng@intel.com>2021-02-11 11:04:52 -0800
committerManoj Gupta <manojgupta@chromium.org>2021-02-11 20:29:18 +0000
commit21929ca0b632ed328920391488eeaae4811eb617 (patch)
treec7bc7dff68eb2a211f0cdc5233709c70263f0223 /compiler_wrapper/testdata/cros_nonhardened_golden
parent1f5d6951b5ffb60b7eee6128994f22791c07dc7b (diff)
downloadtoolchain-utils-21929ca0b632ed328920391488eeaae4811eb617.tar.gz
gcc: Remove deprecated conversions
Recent update to gcc 10 supports up to tigerlake. This CL removes depcreated march conversions BUG=chromium:1167265 TEST=Verify unit tests pass Change-Id: Ic20c9901963deb0e9985f4bcd57c7651cb8aeb3b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2691128 Commit-Queue: Michael Cheng <michael.cheng@intel.com> Tested-by: Michael Cheng <michael.cheng@intel.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_nonhardened_golden')
-rw-r--r--compiler_wrapper/testdata/cros_nonhardened_golden/gcc_specific_args.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler_wrapper/testdata/cros_nonhardened_golden/gcc_specific_args.json b/compiler_wrapper/testdata/cros_nonhardened_golden/gcc_specific_args.json
index c2f7cd07..dc9bdbe0 100644
--- a/compiler_wrapper/testdata/cros_nonhardened_golden/gcc_specific_args.json
+++ b/compiler_wrapper/testdata/cros_nonhardened_golden/gcc_specific_args.json
@@ -21,7 +21,7 @@
"-Wno-unused-local-typedefs",
"-Wno-deprecated-declarations",
"-Wtrampolines",
- "-march=silvermont",
+ "-march=goldmont",
"main.cc",
"-mno-movbe"
],
@@ -55,7 +55,7 @@
"-Wno-unused-local-typedefs",
"-Wno-deprecated-declarations",
"-Wtrampolines",
- "-march=silvermont",
+ "-march=goldmont-plus",
"main.cc",
"-mno-movbe"
],
@@ -89,7 +89,7 @@
"-Wno-unused-local-typedefs",
"-Wno-deprecated-declarations",
"-Wtrampolines",
- "-march=corei7",
+ "-march=skylake",
"main.cc",
"-mno-movbe"
],