aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-11-07 14:25:20 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-11-07 14:25:20 +0000
commit65136b1b4529fb12a17dd12d17fe3077292416c3 (patch)
tree529193baa97a3eba0377b91692b3625a583f8dac /Mk/bsd.gcc.mk
parentcca8d0ea8dbda6dcaa39df1cac48adfb5334f326 (diff)
downloadports-65136b1b4529fb12a17dd12d17fe3077292416c3.tar.gz
ports-65136b1b4529fb12a17dd12d17fe3077292416c3.zip
Update examples to use GCC 4.9 instead of 4.8, since the latter is now
the default version anyway.
Notes
Notes: svn path=/head/; revision=372268
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index b728fd4a9212..77a2d5b50dcb 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -21,8 +21,8 @@
# USE_GCC= yes # port requires a current version of GCC
# # 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.
+# USE_GCC= 4.9+ # port requires GCC 4.9 or later.
+# USE_GCC= 4.9 # port requires GCC 4.9.
#
# If you are wondering what your port exactly does, use "make test-gcc"
# to see some debugging.