summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")