DragonFly BSD
DragonFly commits List (threaded) for 2011-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: At long last, switch us to using GCC 4.4 as the default compiler.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Mar 2011 05:13:18 -0800 (PST)

commit 30c91f0ce501323cf8a9dfdfe46d8c79c7d419b1
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]