diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-08-03 16:23:13 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-08-03 16:23:13 +0000 |
| commit | be24e56570252e0761b18a54a6593155d7d2926c (patch) | |
| tree | 21410c5af34366c34f52f5a7b882630720275802 | |
| parent | Fix typos and make small modifications in COMMENT (according to Porter's (diff) | |
Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detect
and consider lang/gcc48 if present.
Submitted by: kwm
| -rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 9650128166bb..4de739f0877d 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -36,7 +36,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 030402 040200 040400 040600 040700 +GCCVERSIONS= 030402 040200 040400 040600 040700 040800 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. @@ -46,6 +46,7 @@ GCCVERSION_040200= 700042 9999999 4.2 GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 +GCCVERSION_040800= 0 0 4.8 GCC_DEFAULT_VERSION= 4.6 GCC_DEFAULT_V= ${GCC_DEFAULT_VERSION:S/.//} |
