diff options
Diffstat (limited to 'doc/building/index.rst')
-rw-r--r-- | doc/building/index.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/building/index.rst b/doc/building/index.rst new file mode 100644 index 000000000..d240ff94d --- /dev/null +++ b/doc/building/index.rst @@ -0,0 +1,42 @@ +.. _BUILD: + +Building GHDL +############# + +.. TODO: topic + + `./BUILD.txt <https://github.com/tgingold/ghdl/blob/master/BUILD.txt>`_ + Directory structure of the main branch [1138: #279] + Coverage, `gcov`, is unique to gcc. That specific difference is not explained anywhere. Should be added. + @1138 Backtraces optional -patchable- + +GCC backend +================= + +- ./dist/gcc/INSTALL +- ./gcc/README +- Linux + +LLVM backend +================= + +- Linux +- Mac OS? +- Windows MinGW 32/64 + +Mcode backend +================= + +- ./dist/mcode/README +- Linux +- Windows GNAT GPL (32 only) +- Windows MinGW 32/64 + +Test suites +================= + +---------------- + +.. TODO: topic + + @1138 explain that there are two (maybe three with vhdl08 tests)
\ No newline at end of file |