diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-10 12:10:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-10 12:10:37 +0000 |
commit | 610afbf4972d288fb6737d8e418356f639b8c537 (patch) | |
tree | 4442781bfd5d4b76d21c074251d07d7151d62d9b /Mk | |
parent | c0726af5b1d09e4a448d55fdf97882ca77dec2c2 (diff) | |
download | ports-610afbf4972d288fb6737d8e418356f639b8c537.tar.gz ports-610afbf4972d288fb6737d8e418356f639b8c537.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 8ceebd2bf9b3..21856663bf11 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -41,12 +41,12 @@ GCCVERSIONS= 030402 040200 040400 040500 040600 040700 # 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. # The third field is the version as USE_GCC would use. -GCCVERSION_030402= 502126 700042 3.4 -GCCVERSION_040200= 700042 999999 4.2 -GCCVERSION_040400= 999999 999999 4.4 -GCCVERSION_040500= 999999 999999 4.5 -GCCVERSION_040600= 999999 999999 4.6 -GCCVERSION_040700= 999999 999999 4.7 +GCCVERSION_030402= 502126 700042 3.4 +GCCVERSION_040200= 700042 9999999 4.2 +GCCVERSION_040400= 0 0 4.4 +GCCVERSION_040500= 0 0 4.5 +GCCVERSION_040600= 0 0 4.6 +GCCVERSION_040700= 0 0 4.7 # # No configurable parts below this. |