aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_host_wrapper.json
blob: 85743a50a70af2592d0ced431d9165545fe84df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
  {
    "cmds": [
      {
        "cmd": {
          "args": [
            "-Wno-maybe-uninitialized",
            "-Wno-unused-local-typedefs",
            "-Wno-deprecated-declarations",
            "-fcommon",
            "main.cc"
          ],
          "path": "./gcc.real"
        }
      }
    ],
    "wd": "/tmp/stable",
    "wrapper": {
      "cmd": {
        "args": [
          "main.cc"
        ],
        "path": "./gcc"
      }
    }
  }
]