diff options
author | gerald <gerald@FreeBSD.org> | 2003-11-14 22:01:13 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-11-14 22:01:13 +0000 |
commit | 4050f8d3a976b78ed2e7f032a944cef3e4d4f27e (patch) | |
tree | f876c66720ec8ebf891d2d232bc6bc3e6301d740 /lang/gcc43/pkg-descr | |
parent | 1a07c94319d4dcf12169e93fcaeeb491062c19a6 (diff) | |
download | FreeBSD-ports-4050f8d3a976b78ed2e7f032a944cef3e4d4f27e.zip FreeBSD-ports-4050f8d3a976b78ed2e7f032a944cef3e4d4f27e.tar.gz |
Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
Diffstat (limited to 'lang/gcc43/pkg-descr')
-rw-r--r-- | lang/gcc43/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc43/pkg-descr b/lang/gcc43/pkg-descr index c2c52fc..709e1bd 100644 --- a/lang/gcc43/pkg-descr +++ b/lang/gcc43/pkg-descr @@ -1,7 +1,6 @@ -GCC, the GNU Compiler Collection includes gcc, g++, g77, and gcj. +GCC, the GNU Compiler Collection includes gcc, g++, gcj, and g77. -Beware: This port installs new versions of "gcc", "g++", "c++" and -so forth into the "${PREFIX}/bin" directory. Mind your PATHs if you -don't want to use this compiler by default. +This port installs the various front ends as gcc34, g++34, gcj34, +and g77-34 into the ${PREFIX}/bin directory. WWW: http://gcc.gnu.org/ |