diff options
author | edwin <edwin@FreeBSD.org> | 2005-06-06 14:30:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-06-06 14:30:18 +0800 |
commit | 6a9ce4c57c7b2af67aeb6d0dfc713660e0a6b678 (patch) | |
tree | 6ed5674ed6cdfe1a2e9b2b2935c8b39d7af79a5d /Mk/bsd.gcc.mk | |
parent | 053fde94a862b390981dfd10dba8f688b844d78b (diff) | |
download | freebsd-ports-gnome-6a9ce4c57c7b2af67aeb6d0dfc713660e0a6b678.tar.gz freebsd-ports-gnome-6a9ce4c57c7b2af67aeb6d0dfc713660e0a6b678.tar.zst freebsd-ports-gnome-6a9ce4c57c7b2af67aeb6d0dfc713660e0a6b678.zip |
Add support for USE_GCC=2.8 (*)
(*) Yes I know I'm only kidding myself with it.
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 466ead9c0df3..795db40ebd7f 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -27,7 +27,7 @@ GCC_Include_MAINTAINER= portmgr@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 040100 +GCCVERSIONS= 020702 020801 029500 030100 030200 030301 030402 040000 040100 # # Versions of GCC shipped. @@ -36,7 +36,8 @@ GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 040100 # the base system. # The third field is the version as USE_GCC would use. # -GCCVERSION_020702= 000000 400012 2.7 +GCCVERSION_020702= 000000 000000 2.7 +GCCVERSION_020801= 000000 400012 2.8 GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030100= 500035 500039 3.1 GCCVERSION_030200= 500039 501103 3.2 |