summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-05-30 08:23:30 +0800
committerruki <[email protected]>2026-05-30 08:23:30 +0800
commitc2dd4195391125636743b9ebb70a794349a6f7ce (patch)
tree0d5fd54afad8a1306e64319ac55e9c91e71b2ab9
parent221363503f89163ce50c8a4558b15b7ae279506a (diff)
add gcc-16 toolchain
-rw-r--r--xmake/toolchains/gcc-16/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-16/xmake.lua b/xmake/toolchains/gcc-16/xmake.lua
new file mode 100644
index 000000000..a51b294e2
--- /dev/null
+++ b/xmake/toolchains/gcc-16/xmake.lua
@@ -0,0 +1,3 @@
+includes(path.join(os.scriptdir(), "../gcc"))
+
+toolchain_gcc("16")