summaryrefslogtreecommitdiff
path: root/toolchains/tools-all.TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-10-20 16:07:58 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-10-20 16:07:58 +0200
commit060a0cf338d6024eee37cc344c224fe3bcb78e81 (patch)
tree3fea7c654b69ecf3490fe9c6cbc542aba0d5bd8f /toolchains/tools-all.TARGETS
downloadbootstrappable-toolchain-060a0cf338d6024eee37cc344c224fe3bcb78e81.tar.gz
Initial commit
Diffstat (limited to 'toolchains/tools-all.TARGETS')
-rw-r--r--toolchains/tools-all.TARGETS10
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"]
+ ]
+ }
+}