diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 10:39:04 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 18:13:38 +0200 |
commit | 89dc13243b7311669e5e4ad0ff8abbc0c7216dfd (patch) | |
tree | 3721220e7efbc62be985911fd0f74077b77c55c0 /etc/patches/TARGETS | |
parent | a1512f1ad7a143493d0d38a0b715e06d8ba62759 (diff) | |
download | bootstrappable-toolchain-89dc13243b7311669e5e4ad0ff8abbc0c7216dfd.tar.gz |
Add gcc 14.1.0
Diffstat (limited to 'etc/patches/TARGETS')
-rw-r--r-- | etc/patches/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/patches/TARGETS b/etc/patches/TARGETS index ca310cf..6eab87b 100644 --- a/etc/patches/TARGETS +++ b/etc/patches/TARGETS @@ -1,6 +1,7 @@ { "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"]]} +, "gcc-14": {"type": "install", "deps": [["TREE", null, "gcc-14"]]} , "musl-cross-make-fe915821": {"type": "install", "deps": [["TREE", null, "musl-cross-make-fe915821"]]} , "clang-16": {"type": "install", "deps": [["TREE", null, "clang-16"]]} |