aboutsummaryrefslogtreecommitdiffstats
path: root/doc/development/building/GCC.rst
diff options
context:
space:
mode:
authorRodrigo A. Melo <rmelo@inti.gob.ar>2021-02-09 14:27:51 -0300
committerGitHub <noreply@github.com>2021-02-09 18:27:51 +0100
commitb3c17274354dd048af202eed86d3ef4f7ceb7bfa (patch)
tree3f60248080f8dc020e2d9fc6fd0f231078a0f9d3 /doc/development/building/GCC.rst
parentad9906d3f05946cff9b8d10e8639c8bd881768c1 (diff)
downloadghdl-b3c17274354dd048af202eed86d3ef4f7ceb7bfa.tar.gz
ghdl-b3c17274354dd048af202eed86d3ef4f7ceb7bfa.tar.bz2
ghdl-b3c17274354dd048af202eed86d3ef4f7ceb7bfa.zip
doc: update instructions about GCC and GNAT Community installation (#1635)
Diffstat (limited to 'doc/development/building/GCC.rst')
-rw-r--r--doc/development/building/GCC.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/building/GCC.rst b/doc/development/building/GCC.rst
index 7a8cd9b56..4f45eaf31 100644
--- a/doc/development/building/GCC.rst
+++ b/doc/development/building/GCC.rst
@@ -9,7 +9,7 @@ GCC backend
* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)
-* GCC source files. Download and untar the sources of version 4.9.x, 5.x, 6.x, 7.x, 8.x, 9.x or 10.x.
+* GCC source files. Download and untar the sources of version 4.9.x, 5.x, 6.x, 7.x, 8.x, 9.x or 10.x (`GCC mirror sites <https://gcc.gnu.org/mirrors.html`__).
.. 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``.