From: Sascha Wildner Date: Fri, 12 Oct 2012 08:12:57 +0000 (+0200) Subject: UPDATING: Some words about GCC 4.7. X-Git-Tag: v3.4.0rc~994^2~16 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a1404d4fb080c1d55b56ea1e67ca059105dd0e96 UPDATING: Some words about GCC 4.7. --- diff --git a/UPDATING b/UPDATING index 7fb3c1b..0fb26eb 100644 --- a/UPDATING +++ b/UPDATING @@ -32,6 +32,15 @@ DOSCMD(1) REMOVED doscmd(1) has been removed. It was i386 only. The doscmd(1) specific NO_X make.conf option was removed too. +GCC 4.7 +------- + +GCC 4.7 has been brought in and replaces GCC 4.1 as DragonFly's non- +default compiler in base (default is still GCC 4.4). + +Users who wish to build only GCC 4.4 have to replace NO_GCC41 with +NO_GCC47 in /etc/make.conf. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 2.10 to later versions + +-----------------------------------------------------------------------+