diff options
Diffstat (limited to 'toolchains/tools-all.TARGETS')
-rw-r--r-- | toolchains/tools-all.TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchains/tools-all.TARGETS b/toolchains/tools-all.TARGETS index 2330537..d41820a 100644 --- a/toolchains/tools-all.TARGETS +++ b/toolchains/tools-all.TARGETS @@ -1,4 +1,10 @@ { "toolchain": + { "type": "export" + , "target": "toolchain (unexported)" + , "flexible_config": + ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"] + } +, "toolchain (unexported)": { "type": "install" , "dirs": [ [["@", "busybox", "", "toolchain"], "busybox"] |