From 4c5c0a2c9fb6273fa698c29e9429f4cad3201a1d Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 16 Mar 2014 00:45:55 +0000 Subject: [PATCH] Refer to bsd.default-versions.mk for the canonical version of GCC; no longer duplicate version information related to that. --- Mk/bsd.gcc.mk | 5 ++--- 1 file 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