aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/mcode/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/mcode/index.rst')
-rw-r--r--doc/building/mcode/index.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/building/mcode/index.rst b/doc/building/mcode/index.rst
new file mode 100644
index 000000000..3dc80c2f9
--- /dev/null
+++ b/doc/building/mcode/index.rst
@@ -0,0 +1,28 @@
+.. _BUILD:mcode:
+
+Mcode Backend
+#############
+
+The mcode backend is available for all supported platforms and is also the most
+simplest procedure, because it requires the least dependencies and configuration
+options.
+
+
+.. rubric:: Requirements
+
+* GCC (Gnu Compiler Collection)
+* GNAT (Ada compiler for GCC)
+
+
+.. rubric:: Supported platforms
+
+* :ref:`GNU/Linux with GCC <BUILD:mcode:GNULinux-GNAT>`
+* :ref:`Windows (x86_64) with GNAT GPL (x86) <BUILD:mcode:Windows-GNATGPL>`
+* :ref:`Windows (x86_64) with MinGW32/MinGW64 <BUILD:mcode:Windows-WinGW-GNAT>`
+
+.. toctree::
+ :hidden:
+
+ GNU/Linux with GCC/GNAT <GNULinux-GNAT>
+ Windows with GNAT GPL <Windows-GNATGPL>
+ Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>