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 /src/compilers/gcc-14-musl-static.TARGETS | |
parent | a1512f1ad7a143493d0d38a0b715e06d8ba62759 (diff) | |
download | bootstrappable-toolchain-89dc13243b7311669e5e4ad0ff8abbc0c7216dfd.tar.gz |
Add gcc 14.1.0
Diffstat (limited to 'src/compilers/gcc-14-musl-static.TARGETS')
-rw-r--r-- | src/compilers/gcc-14-musl-static.TARGETS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/compilers/gcc-14-musl-static.TARGETS b/src/compilers/gcc-14-musl-static.TARGETS new file mode 100644 index 0000000..ded4c92 --- /dev/null +++ b/src/compilers/gcc-14-musl-static.TARGETS @@ -0,0 +1,14 @@ +{ "toolchain": + { "type": "export" + , "flexible_config": + ["ARCH", "TARGET_ARCH", "BUILD_ARCH", "TOOLCHAIN_CONFIG", "ENV"] + , "fixed_config": {"MUSL_BUILD_STATIC": true} + , "target": ["@", "gcc-musl", "", "toolchain_internal"] + } +, "runlibs": + { "type": "export" + , "flexible_config": ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"] + , "fixed_config": {"MUSL_BUILD_STATIC": true} + , "target": ["@", "gcc-musl", "", "runlibs_internal"] + } +} |