From 4ef28d931e7270c835d5db04bb0e53b697141e6e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sat, 14 May 2022 20:17:02 +0200 Subject: doc: GCC 12 --- doc/development/building/GCC.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/development/building/GCC.rst') diff --git a/doc/development/building/GCC.rst b/doc/development/building/GCC.rst index 523d25e25..ffbe903f0 100644 --- a/doc/development/building/GCC.rst +++ b/doc/development/building/GCC.rst @@ -9,7 +9,8 @@ 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, 10.x or 11.x (`GCC mirror sites `__). +* GCC source files. Download and untar the sources of version 4.9.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x or 12.x + (`GCC mirror sites `__). .. 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``. -- cgit v1.2.3