diff options
author | gerald <gerald@FreeBSD.org> | 2016-11-20 17:15:19 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-11-20 17:15:19 +0800 |
commit | 402295d85eaa6b40d0c3fd478260d4ccd953880e (patch) | |
tree | dd835cb195359d059a3ab106da0ccac9bfc0c71f /Mk | |
parent | d60178ec42d4c2b024d52c9c0135ee36423cce61 (diff) | |
download | freebsd-ports-graphics-402295d85eaa6b40d0c3fd478260d4ccd953880e.tar.gz freebsd-ports-graphics-402295d85eaa6b40d0c3fd478260d4ccd953880e.tar.zst freebsd-ports-graphics-402295d85eaa6b40d0c3fd478260d4ccd953880e.zip |
Long awaited, finally update the default version of GCC in the Ports
Collection as well as the lang/gcc port from GCC 4.8.5 to GCC 4.9.4!
See http://gcc.gnu.org/gcc-4.9/changes.html for an extensive list of
changes and http://gcc.gnu.org/gcc-4.9/porting_to.html for information
on how to port to that new version (if necessary).
files/java-patch-hier required adjustments, gcc/files/patch-arm-libcpp
is not needed any longer (merged upstream), and we're also loosing the
local Stack Protector patches/backports.
PR: 196712
Tested by: antoine (-exp runs)
Supported by: antoine, kwm, and others
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.default-versions.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 6519b8080b8..9e163df07d4 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -38,7 +38,7 @@ FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.0 # Possible values: 4.6, 4.7, 4.8, 4.9, 5 -GCC_DEFAULT?= 4.8 +GCC_DEFAULT?= 4.9 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl # Possible values: f10, c6, c6_64, c7, c7_64 @@ -134,6 +134,6 @@ TCLTK_DEFAULT?= 8.6 VARNISH_DEFAULT?= 4 # Version of lang/gcc. Do not override! -LANG_GCC_IS= 4.8 +LANG_GCC_IS= 4.9 .endif |