summaryrefslogtreecommitdiff
path: root/toolchains/shell/python.TARGETS
blob: 0a9e0533236433d2ac83644c64034e844e7c5357 (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", "shell", "defaults"]
  , "toolchain": ["staged-python"]
  , "bin dirs": ["python/usr/bin"]
  }
, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]}
}