summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/tools-all.TARGETS
blob: 079a97c37a55953166755423006f6e186872bc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "CC/foreign", "defaults"]
  , "base":
    [ ["@", "busybox", "CC/foreign", "defaults"]
    , ["@", "make", "CC/foreign", "defaults"]
    , ["@", "cmake", "CC/foreign", "defaults"]
    , ["@", "python", "CC/foreign", "defaults"]
    ]
  }
}