summaryrefslogtreecommitdiff
path: root/toolchains/compiler+tools.TARGETS
blob: da7667c5b6c7e31f2b031331d18056a10cfebc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "toolchain":
  { "type": "export"
  , "target": "toolchain (unexported)"
  , "flexible_config":
    ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
  }
, "toolchain (unexported)":
  { "type": "install"
  , "dirs":
    [ [["@", "tools", "", "toolchain"], "."]
    , [["@", "compiler", "", "toolchain"], "compiler"]
    ]
  }
}