summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-05 22:18:22 +0800
committerruki <[email protected]>2024-05-05 22:18:22 +0800
commit88a2d47f20a5e97e331f290d08cd3736b4bf8744 (patch)
tree04ff973b459531c5e95c965ed5d70f6a39121fdd
parenteccac4e5b5cab0048db326cc1af3fa0ba5244905 (diff)
add gcc-14
-rw-r--r--xmake/toolchains/gcc-14/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-14/xmake.lua b/xmake/toolchains/gcc-14/xmake.lua
new file mode 100644
index 000000000..74be64c59
--- /dev/null
+++ b/xmake/toolchains/gcc-14/xmake.lua
@@ -0,0 +1,3 @@
+includes(path.join(os.scriptdir(), "../gcc/xmake.lua"))
+
+toolchain_gcc("14")