aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-16 00:45:55 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-16 00:45:55 +0000
commit4c5c0a2c9fb6273fa698c29e9429f4cad3201a1d (patch)
treeef629dbad4b36ced1bd26b6cc3a6ede0f1e7b941 /Mk/bsd.gcc.mk
parentff5415a39bdbd11325c9ad07ce9dd70df55bb4e1 (diff)
downloadports-4c5c0a2c9fb6273fa698c29e9429f4cad3201a1d.tar.gz
ports-4c5c0a2c9fb6273fa698c29e9429f4cad3201a1d.zip
Refer to bsd.default-versions.mk for the canonical version of GCC; no
longer duplicate version information related to that.
Notes
Notes: svn path=/head/; revision=348390
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk5
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