summaryrefslogtreecommitdiff
path: root/etc/patches/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 /etc/patches/TARGETS
downloadbootstrappable-toolchain-060a0cf338d6024eee37cc344c224fe3bcb78e81.tar.gz
Initial commit
Diffstat (limited to 'etc/patches/TARGETS')
-rw-r--r--etc/patches/TARGETS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/patches/TARGETS b/etc/patches/TARGETS
new file mode 100644
index 0000000..f3c6084
--- /dev/null
+++ b/etc/patches/TARGETS
@@ -0,0 +1,8 @@
+{ "gcc-4.7.4": {"type": "install", "deps": [["TREE", null, "gcc-4.7.4"]]}
+, "gcc-10": {"type": "install", "deps": [["TREE", null, "gcc-10"]]}
+, "gcc-13": {"type": "install", "deps": [["TREE", null, "gcc-13"]]}
+, "musl-cross-make-fe915821":
+ {"type": "install", "deps": [["TREE", null, "musl-cross-make-fe915821"]]}
+, "clang-16": {"type": "install", "deps": [["TREE", null, "clang-16"]]}
+, "clang-17": {"type": "install", "deps": [["TREE", null, "clang-17"]]}
+}