From 89dc13243b7311669e5e4ad0ff8abbc0c7216dfd Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 13 May 2024 10:39:04 +0200 Subject: Add gcc 14.1.0 --- src/compilers/gcc-14-musl-static.TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/compilers/gcc-14-musl-static.TARGETS (limited to 'src/compilers/gcc-14-musl-static.TARGETS') 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"] + } +} -- cgit v1.2.3