blob: fa6e0988a8521266e8d538abc9f2d8c214e7f820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
GCC, the GNU Compiler Collection, supports a number of languages. This
port installs the C, C++, Fortran and Java front ends as gcc5, g++5,
gfortran5, and gcj5, respectively.
It can be used (largely) interchangibly with the lang/gcc5 port, which
tracks GCC 5 releases, or the lang/gcc5-devel port, which tracks GCC 5
snapshots, and will move to GCC 6 and later over time.
WWW: http://gcc.gnu.org/
Gerald Pfeifer <gerald@FreeBSD.org>
|