git: Switch on gcc47 and switch off gcc41

John Marino marino at crater.dragonflybsd.org
Mon Oct 1 03:56:09 PDT 2012


commit f0140465f072dacd8b485e76b254a999329a1d3c
Author: John Marino <draco at 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



More information about the Commits mailing list