diff options
Diffstat (limited to 'toolchains/shell/compiler+tools.TARGETS')
-rw-r--r-- | toolchains/shell/compiler+tools.TARGETS | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/toolchains/shell/compiler+tools.TARGETS b/toolchains/shell/compiler+tools.TARGETS index a2a686c..f081d9f 100644 --- a/toolchains/shell/compiler+tools.TARGETS +++ b/toolchains/shell/compiler+tools.TARGETS @@ -1,3 +1,11 @@ -{ "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"] + , "base": [["@", "busybox", "shell", "defaults"]] + } } |