git: At long last, switch us to using GCC 4.4 as the default compiler.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Mar 4 05:14:26 PST 2011
commit 30c91f0ce501323cf8a9dfdfe46d8c79c7d419b1
Author: Sascha Wildner <saw at online.de>
Date: Fri Mar 4 12:19:25 2011 +0100
At long last, switch us to using GCC 4.4 as the default compiler.
[I've put some notes into UPGRADING which I quote here.]
That means that any settings that set CCVER to 'gcc44' are not needed
anymore. Instead, CCVER can be set to 'gcc41' to go back to using
GCC 4.1.
The NO_GCC44 options has been removed and will not affect the build
anymore. There is now a NO_GCC41 option that will prevent GCC 4.1 from
building in a similar fashion.
Also, we recommend to do a full buildworld/buildkernel for upgrading.
Thanks-to: sephe, Max Herrgard and everybody else who helped with
testing and fixing.
Summary of changes:
Makefile.inc1 | 11 +++++------
UPDATING | 15 +++++++++++++++
etc/defaults/make.conf | 4 ++--
gnu/lib/Makefile | 6 +++---
gnu/usr.bin/Makefile | 5 ++---
gnu/usr.bin/cc41/cc/Makefile | 3 ---
gnu/usr.bin/cc44/cc/Makefile | 5 +++++
share/man/man5/make.conf.5 | 11 ++++++-----
share/mk/bsd.cpu.mk | 3 +--
share/mk/bsd.sys.mk | 5 ++---
sys/conf/kern.pre.mk | 3 +--
test/x86_64/Makefile | 8 ++++----
usr.bin/objformat/objformat.c | 3 +--
13 files changed, 47 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30c91f0ce501323cf8a9dfdfe46d8c79c7d419b1
--
DragonFly BSD source repository
More information about the Commits
mailing list