13 homepage = "https://gcc.gnu.org/";
14 license = licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
15 description = "GNU Compiler Collection, version ${version}";
17 The GNU Compiler Collection includes compiler front ends for C, C++,
18 Objective-C, Fortran, OpenMP for C/C++/Fortran, and Ada, as well as
19 libraries for these languages (libstdc++, libgomp,...).
21 GCC development is a part of the GNU Project, aiming to improve the
22 compiler used in the GNU system including the GNU/Linux variant.
25 platforms = platforms.unix;
26 maintainers = teams.gcc.members;