summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/make.TARGETS
blob: a5efc72a1b16f14ad2c2b906fc9ab9296a2671ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "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"]
  , "PATH": ["$(TOOLCHAIN)/make/bin"]
  , "toolchain": ["staged-make"]
  }
, "staged-make": {"type": "install", "dirs": [[["", "toolchain"], "make"]]}
}