diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2019-01-03 23:04:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 23:04:48 +0100 |
commit | c5696e98b3a875c8d5a2dc89b5f336084269e9fa (patch) | |
tree | 45b4e91e3d22bc49c9f5d31325330f4337fbc574 /doc/building/gcc | |
parent | c414582a22b001b7ca9893a1c2e017fb0523003d (diff) | |
parent | 5f693f3881d9d7c824b7012bd18fec73c852590c (diff) | |
download | ghdl-c5696e98b3a875c8d5a2dc89b5f336084269e9fa.tar.gz ghdl-c5696e98b3a875c8d5a2dc89b5f336084269e9fa.tar.bz2 ghdl-c5696e98b3a875c8d5a2dc89b5f336084269e9fa.zip |
Merge pull request #730 from 1138-4EB/fix-sphinx-warn
Fix some sphinx warnings
Diffstat (limited to 'doc/building/gcc')
-rw-r--r-- | doc/building/gcc/GNULinux-GNAT.rst | 4 | ||||
-rw-r--r-- | doc/building/gcc/index.rst | 2 |
2 files changed, 0 insertions, 6 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: diff --git a/doc/building/gcc/index.rst b/doc/building/gcc/index.rst index e579bceb8..23b6ebfa2 100644 --- a/doc/building/gcc/index.rst +++ b/doc/building/gcc/index.rst @@ -3,8 +3,6 @@ GCC Backend ########### -.. HINT:: - .. rubric:: Requirements * GCC (Gnu Compiler Collection) |