freebsd-ports/lang/gcc28/pkg-descr
Tilman Keskinoz ef397a3465 Adjust pkg-comment and pkg-descr. gcc28 isn't the Latest Release and
will probably not become our base system compiler in the near future.

Submitted by: Frerich Raabe <frerichraabe@gmx.de>
2002-11-05 14:50:57 +00:00

11 lines
428 B
Plaintext

C++ support, and in particular template support, is vastly improved over
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>