summaryrefslogtreecommitdiff
path: root/src/compilers/gcc-14-musl-static.TARGETS
blob: ded4c92180207ec061aa20139b927c484d3e6fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "toolchain":
  { "type": "export"
  , "flexible_config":
    ["ARCH", "TARGET_ARCH", "BUILD_ARCH", "TOOLCHAIN_CONFIG", "ENV"]
  , "fixed_config": {"MUSL_BUILD_STATIC": true}
  , "target": ["@", "gcc-musl", "", "toolchain_internal"]
  }
, "runlibs":
  { "type": "export"
  , "flexible_config": ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"]
  , "fixed_config": {"MUSL_BUILD_STATIC": true}
  , "target": ["@", "gcc-musl", "", "runlibs_internal"]
  }
}