summaryrefslogtreecommitdiff
path: root/toolchains/tools-all.TARGETS
blob: d41820a3973503e8a21874ded62190ba3bd2d467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "toolchain":
  { "type": "export"
  , "target": "toolchain (unexported)"
  , "flexible_config":
    ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
  }
, "toolchain (unexported)":
  { "type": "install"
  , "dirs":
    [ [["@", "busybox", "", "toolchain"], "busybox"]
    , [["@", "make", "", "toolchain"], "make"]
    , [["@", "cmake", "", "toolchain"], "cmake"]
    , [["@", "python", "", "toolchain"], "python"]
    ]
  }
}