diff options
author | gerald <gerald@FreeBSD.org> | 2002-04-17 15:17:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-04-17 15:17:04 +0800 |
commit | b7f3f70621409fd6e54b53d767f72b78f0dff9d0 (patch) | |
tree | 192efcd8746190629dded0c98746e5c4dca5f5a8 /lang/gcc35 | |
parent | 06f7039bc7be8e02176bf811de10e18c62a33adf (diff) | |
download | freebsd-ports-gnome-b7f3f70621409fd6e54b53d767f72b78f0dff9d0.tar.gz freebsd-ports-gnome-b7f3f70621409fd6e54b53d767f72b78f0dff9d0.tar.zst freebsd-ports-gnome-b7f3f70621409fd6e54b53d767f72b78f0dff9d0.zip |
GCC 2.95 and later aren't called egcs (any longer). Also update
description and web address.
Approved by: obrien (maintainer+mentor)
Diffstat (limited to 'lang/gcc35')
-rw-r--r-- | lang/gcc35/pkg-comment | 2 | ||||
-rw-r--r-- | lang/gcc35/pkg-descr | 14 |
2 files changed, 3 insertions, 13 deletions
diff --git a/lang/gcc35/pkg-comment b/lang/gcc35/pkg-comment index e67c9eca41ae..a403bfd5783e 100644 --- a/lang/gcc35/pkg-comment +++ b/lang/gcc35/pkg-comment @@ -1 +1 @@ -EGCS enhanced version of the GNU compiler suite (inprogress version) +GNU Compiler Collection 3.2 (inprogress version) diff --git a/lang/gcc35/pkg-descr b/lang/gcc35/pkg-descr index ac454d1f83ae..c2c52fc7e3f0 100644 --- a/lang/gcc35/pkg-descr +++ b/lang/gcc35/pkg-descr @@ -1,17 +1,7 @@ -Egcs (pronounced "eggs") is an enhanced version of the GNU compiler -suite, including gcc, g++, and g77. Egcs is based on a recent -snapshot of the gcc-2.8 development sources; it contains nearly -all of the new features found in gcc-2.8. Egcs also contains many -improvements and features not found in gcc-2.7 and even the soon to be -released gcc-2.8 compilers. C++ support, and in particular template -support, is vastly improved over gcc-2.7. - -For more details, see <http://www.cygnus.com/egcs/>. +GCC, the GNU Compiler Collection includes gcc, g++, g77, and gcj. 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. -- John Polstra <jdp@polstra.com> - -WWW: http://egcs.cygnus.com/ +WWW: http://gcc.gnu.org/ |