diff options
author | gerald <gerald@FreeBSD.org> | 2010-05-03 01:39:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-05-03 01:39:06 +0800 |
commit | 27b9fe329c47471d13c8e16366e274f5cadb5e0f (patch) | |
tree | e3f4abf13ff218fe8c234d921788762c7ed8ff14 /Mk | |
parent | f9971b673c7ee6c72db0cca0fba7add44cfe3dd9 (diff) | |
download | freebsd-ports-gnome-27b9fe329c47471d13c8e16366e274f5cadb5e0f.tar.gz freebsd-ports-gnome-27b9fe329c47471d13c8e16366e274f5cadb5e0f.tar.zst freebsd-ports-gnome-27b9fe329c47471d13c8e16366e274f5cadb5e0f.zip |
Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6
and USE_GCC=4.6+. This version of GCC is in its very early development
stages and use thereof highly experimental. Use at your own risk.
Diffstat (limited to 'Mk')
-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 09d5768c4af5..f5e46bafdb06 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -37,7 +37,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 040300 040400 040500 +GCCVERSIONS= 030402 040200 040300 040400 040500 040600 # 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. @@ -47,6 +47,7 @@ GCCVERSION_040200= 700042 999999 4.2 GCCVERSION_040300= 999999 999999 4.3 GCCVERSION_040400= 999999 999999 4.4 GCCVERSION_040500= 999999 999999 4.5 +GCCVERSION_040600= 999999 999999 4.6 # # No configurable parts below this. |