At long last, switch us to using GCC 4.4 as the default compiler.
authorSascha Wildner <saw@online.de>
Fri, 4 Mar 2011 11:19:25 +0000 (12:19 +0100)
committerSascha Wildner <saw@online.de>
Fri, 4 Mar 2011 13:12:36 +0000 (14:12 +0100)
commit30c91f0ce501323cf8a9dfdfe46d8c79c7d419b1
tree6585e0134c605e4c8dcc0b425db5f465313bbe8d
parente1c14c82961b940b20c922f9eda5ad5af13848a4
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.
13 files changed:
Makefile.inc1
UPDATING
etc/defaults/make.conf
gnu/lib/Makefile
gnu/usr.bin/Makefile
gnu/usr.bin/cc41/cc/Makefile
gnu/usr.bin/cc44/cc/Makefile
share/man/man5/make.conf.5
share/mk/bsd.cpu.mk
share/mk/bsd.sys.mk
sys/conf/kern.pre.mk
test/x86_64/Makefile
usr.bin/objformat/objformat.c