summaryrefslogtreecommitdiff
path: root/src/compilers/gcc-14-musl-static.TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/compilers/gcc-14-musl-static.TARGETS')
-rw-r--r--src/compilers/gcc-14-musl-static.TARGETS14
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"]
+ }
+}