summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Guastella <[email protected]>2025-10-15 17:08:49 +0200
committerFrancesco Guastella <[email protected]>2025-10-15 17:08:49 +0200
commit9bec648f87efa9361f378b4a282e512e2f426adf (patch)
tree070c0e0bdd250641a591227b295424303c594767
parent2413b8e465f4866e32a259f0a3a82ba9c54d3b99 (diff)
Adds support for GCC 15 toolchain
-rw-r--r--xmake/toolchains/gcc-15/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-15/xmake.lua b/xmake/toolchains/gcc-15/xmake.lua
new file mode 100644
index 000000000..1919d4225
--- /dev/null
+++ b/xmake/toolchains/gcc-15/xmake.lua
@@ -0,0 +1,3 @@
+includes(path.join(os.scriptdir(), "../gcc/xmake.lua"))
+
+toolchain_gcc("15")