diff options
Diffstat (limited to 'toolchains/patch/compiler+tools.TARGETS')
-rw-r--r-- | toolchains/patch/compiler+tools.TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchains/patch/compiler+tools.TARGETS b/toolchains/patch/compiler+tools.TARGETS index 86297fe..3f16919 100644 --- a/toolchains/patch/compiler+tools.TARGETS +++ b/toolchains/patch/compiler+tools.TARGETS @@ -1,4 +1,10 @@ { "defaults": + { "type": "export" + , "target": "defaults (unexported)" + , "flexible_config": + ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"] + } +, "defaults (unexported)": { "type": ["@", "rules", "patch", "defaults"] , "base": [["@", "tools", "patch", "defaults"]] } |