aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/gcc/GNULinux-GNAT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/gcc/GNULinux-GNAT.rst')
-rw-r--r--doc/building/gcc/GNULinux-GNAT.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/building/gcc/GNULinux-GNAT.rst b/doc/building/gcc/GNULinux-GNAT.rst
index f58e3b2ef..259218a82 100644
--- a/doc/building/gcc/GNULinux-GNAT.rst
+++ b/doc/building/gcc/GNULinux-GNAT.rst
@@ -6,13 +6,9 @@ GCC Backend on GNU/Linux with GCC/GNAT
.. HINT:: There are some dependencies for building GCC (``gmp``, ``mpfr`` and ``mpc``). If you have not installed them on your system, you can either build them manually or use the ``download_prerequisites`` script provided in the GCC source tree (recommended): ``cd /path/to/gcc/source/dir && ./contrib/download_prerequisites``.
* First configure GHDL, specify GCC source directory and installation prefix (like ``/usr/local`` or ``/opt/ghdl``).
-
* Next, invoke ``make copy-sources`` to copy GHDL sources in the source directory.
-
* Then, configure GCC. The list of ``--disable`` configure options can be adjusted to your needs. GHDL does not require all these optional libraries and disabling them will speed up the build.
-
* Now, build and install GCC with ``make``.
-
* Last, build and install GHDL libraries.
.. rubric:: Example: