summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/make.TARGETS
blob: ddd5f09e64e36b7366625494251d57c8688c74e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "CC/foreign", "defaults"]
  , "MAKE": ["make/bin/make"]
  , "toolchain": ["staged-make"]
  }
, "staged-make": {"type": "install", "dirs": [[["", "toolchain"], "make"]]}
}