diff options
Diffstat (limited to 'toolchains/tools-all.TARGETS')
-rw-r--r-- | toolchains/tools-all.TARGETS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchains/tools-all.TARGETS b/toolchains/tools-all.TARGETS new file mode 100644 index 0000000..2330537 --- /dev/null +++ b/toolchains/tools-all.TARGETS @@ -0,0 +1,10 @@ +{ "toolchain": + { "type": "install" + , "dirs": + [ [["@", "busybox", "", "toolchain"], "busybox"] + , [["@", "make", "", "toolchain"], "make"] + , [["@", "cmake", "", "toolchain"], "cmake"] + , [["@", "python", "", "toolchain"], "python"] + ] + } +} |