summaryrefslogtreecommitdiff
path: root/xmake/toolchains/gcc-9/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/gcc-9/xmake.lua')
-rw-r--r--xmake/toolchains/gcc-9/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-9/xmake.lua b/xmake/toolchains/gcc-9/xmake.lua
new file mode 100644
index 000000000..d33f396f6
--- /dev/null
+++ b/xmake/toolchains/gcc-9/xmake.lua
@@ -0,0 +1,3 @@
+includes(path.join(os.scriptdir(), "../gcc/xmake.lua"))
+
+toolchain_gcc("9")