diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-16 00:45:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-16 00:45:55 +0000 |
commit | 4c5c0a2c9fb6273fa698c29e9429f4cad3201a1d (patch) | |
tree | ef629dbad4b36ced1bd26b6cc3a6ede0f1e7b941 /Mk/bsd.gcc.mk | |
parent | ff5415a39bdbd11325c9ad07ce9dd70df55bb4e1 (diff) |
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 cc158ea5be70..5f472db33bd8 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -7,7 +7,7 @@ # # To request the use of a current version of GCC, specify USE_GCC=yes in # your port/system configuration. This is the preferred use of USE_GCC. -# It defines a canonical, default version of GCC. +# It uses the canonical version of GCC defined in bsd.default-versions.mk. # # USE_GCC=any is similar, except that it also accepts the old GCC 4.2- # based system compiler in older versions of FreeBSD. @@ -19,7 +19,7 @@ # # Examples: # USE_GCC= yes # port requires a current version of GCC -# # (4.7 as of today, subject to change). +# # as defined in bsd.default-versions.mk. # USE_GCC= any # port requires GCC 4.2 or later. # USE_GCC= 4.8+ # port requires GCC 4.8 or later. # USE_GCC= 4.8 # port requires GCC 4.8. @@ -28,7 +28,6 @@ # to see some debugging. # # $FreeBSD$ -# GCC_Include_MAINTAINER= gerald@FreeBSD.org |