diff options
Diffstat (limited to 'toolchains/shell/python.TARGETS')
-rw-r--r-- | toolchains/shell/python.TARGETS | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/toolchains/shell/python.TARGETS b/toolchains/shell/python.TARGETS index a2a686c..0a9e053 100644 --- a/toolchains/shell/python.TARGETS +++ b/toolchains/shell/python.TARGETS @@ -1,3 +1,13 @@ -{ "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} +{ "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"]]} } |