summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/python.TARGETS
blob: 143cc14e9ec755568012b3cb2dd5ff087c9c785a (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"]
  , "toolchain": ["staged-python"]
  , "PATH": ["$(TOOLCHAIN)/python/usr/bin"]
  }
, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]}
}