1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/lang/gcc28/pkg-descr

11 lines
428 B
Plaintext
Raw Normal View History

C++ support, and in particular template support, is vastly improved over
1998-04-30 23:52:35 +00:00
gcc-2.7. G++ 2.8.1 also compiles SGI's offical reference implimentation
of the STL.
Beware: This port installs new versions of "gcc", "g++", and so forth
into the "${PREFIX}/bin" directory. Mind your PATHs if you don't want
to use this compiler by default. However, "cc" and "c++" will not
be hidden by this port.
-- David O'Brien <obrien@NUXI.com>