aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json')
-rw-r--r--compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json b/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json
index cd656307..385fe442 100644
--- a/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json
+++ b/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_specific_args.json
@@ -1,19 +1,8 @@
[
{
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc",
- "args": [
- "-march=goldmont",
- "main.cc"
- ]
- }
- },
"cmds": [
{
"cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc.real",
"args": [
"-Wno-maybe-uninitialized",
"-Wno-unused-local-typedefs",
@@ -21,26 +10,26 @@
"-fcommon",
"-march=goldmont",
"main.cc"
- ]
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc.real"
}
}
- ]
- },
- {
+ ],
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc",
"args": [
- "-march=goldmont-plus",
+ "-march=goldmont",
"main.cc"
- ]
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc"
}
- },
+ }
+ },
+ {
"cmds": [
{
"cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc.real",
"args": [
"-Wno-maybe-uninitialized",
"-Wno-unused-local-typedefs",
@@ -48,26 +37,26 @@
"-fcommon",
"-march=goldmont-plus",
"main.cc"
- ]
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc.real"
}
}
- ]
- },
- {
+ ],
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc",
"args": [
- "-march=skylake",
+ "-march=goldmont-plus",
"main.cc"
- ]
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc"
}
- },
+ }
+ },
+ {
"cmds": [
{
"cmd": {
- "path": "./x86_64-cros-linux-gnu-gcc.real",
"args": [
"-Wno-maybe-uninitialized",
"-Wno-unused-local-typedefs",
@@ -75,9 +64,20 @@
"-fcommon",
"-march=skylake",
"main.cc"
- ]
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc.real"
}
}
- ]
+ ],
+ "wd": "/tmp/stable",
+ "wrapper": {
+ "cmd": {
+ "args": [
+ "-march=skylake",
+ "main.cc"
+ ],
+ "path": "./x86_64-cros-linux-gnu-gcc"
+ }
+ }
}
]