diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-05-18 07:03:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-05-18 07:03:04 +0000 |
commit | c169efd9ba7a7991f5e378af57a36eb2ca4b7a88 (patch) | |
tree | 9c7872f214cc0b83a8ad1c49ff1f9742dfe94d84 /Mk/bsd.gcc.mk | |
parent | fbf3654f76fa5c0b53e01c55a2853c82daf9fd2c (diff) | |
download | ports-c169efd9ba7a7991f5e378af57a36eb2ca4b7a88.tar.gz ports-c169efd9ba7a7991f5e378af57a36eb2ca4b7a88.zip |
Notes
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index bda8336cd06d..58ef2332f669 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -22,7 +22,7 @@ # # as defined in bsd.default-versions.mk. # USE_GCC= any # port requires GCC 4.2 or later. # USE_GCC= 7+ # port requires GCC 7 or later. -# USE_GCC= 5 # port requires GCC 5. +# USE_GCC= 6 # port requires GCC 6. # # If you are wondering what your port exactly does, use "make test-gcc" # to see some debugging. @@ -35,13 +35,12 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # ascending order and in sync with the table below. # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -GCCVERSIONS= 040200 040800 050000 060000 070000 080000 +GCCVERSIONS= 040200 040800 060000 070000 080000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. GCCVERSION_040200= 9999999 4.2 GCCVERSION_040800= 0 4.8 -GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 GCCVERSION_070000= 0 7 GCCVERSION_080000= 0 8 |