diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-28 23:57:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-28 23:57:56 +0000 |
commit | 76ecd704b31805b56d9a2ab8431afb2f300b7adb (patch) | |
tree | cb31cccdbf4945d9c8305c8c7130c532661d11a8 /Mk | |
parent | acb6902154ac4c513b4a76e1d88af69600bd7b2e (diff) | |
download | ports-76ecd704b31805b56d9a2ab8431afb2f300b7adb.tar.gz ports-76ecd704b31805b56d9a2ab8431afb2f300b7adb.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index c556eabf12dc..56a6b8b8b471 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -39,7 +39,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 020801 029500 030402 040200 040300 040400 +GCCVERSIONS= 029500 030402 040200 040300 040400 # # Versions of GCC shipped. @@ -48,7 +48,6 @@ GCCVERSIONS= 020801 029500 030402 040200 040300 040400 # the base system. # The third field is the version as USE_GCC would use. # -GCCVERSION_020801= 000000 400012 2.8 GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030402= 502126 700042 3.4 GCCVERSION_040200= 700042 999999 4.2 |