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

git: Switch on gcc47 and switch off gcc41


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 1 Oct 2012 03:56:09 -0700 (PDT)

commit f0140465f072dacd8b485e76b254a999329a1d3c
Author: John Marino <draco@marino.st>
Date:   Sat Sep 29 22:47:42 2012 +0200

    Switch on gcc47 and switch off gcc41
    
    Replace GCC 4.1 with GCC 4.7.  The primary compiler remains GCC 4.4
    and the source and makefiles for GCC 4.1 remain intact so it can be
    brought back if necessary.  All references to GCC 4.1 in documentation
    where updated to reflect version 4.7.
    
    A full world build is probably required after this point.

Summary of changes:
 Makefile.inc1                   |   37 +++++-----
 Makefile_upgrade.inc            |    9 +++
 etc/defaults/compilers.conf     |    6 --
 etc/defaults/make.conf          |    2 +-
 etc/mtree/BSD.include.dist      |   66 ++++++++++++++++-
 etc/mtree/BSD.usr.dist          |   14 ++--
 gnu/lib/Makefile                |   10 +--
 gnu/usr.bin/Makefile            |   16 +++-
 lib/libc/Makefile               |    4 -
 libexec/customcc/cc.sh          |    8 --
 share/man/man5/compilers.conf.5 |    8 +--
 share/man/man5/make.conf.5      |    8 +-
 share/mk/Makefile               |    2 +-
 share/mk/bsd.README             |    2 +-
 share/mk/bsd.cpu.gcc41.mk       |  125 --------------------------------
 share/mk/bsd.cpu.gcc47.mk       |  152 +++++++++++++++++++++++++++++++++++++++
 share/mk/bsd.cpu.mk             |    4 +-
 share/mk/bsd.sys.mk             |    4 +-
 test/x86_64/Makefile            |    8 +-
 19 files changed, 283 insertions(+), 202 deletions(-)
 delete mode 100644 share/mk/bsd.cpu.gcc41.mk
 create mode 100644 share/mk/bsd.cpu.gcc47.mk

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0140465f072dacd8b485e76b254a999329a1d3c


-- 
DragonFly BSD source repository



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