git: World - Change default compiler from gcc-5 to gcc-8

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 3 10:31:32 PDT 2018


commit 2a89766ae0591bf31ec51e6298cf4e4d050f4a1a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 3 10:25:35 2018 -0700

    World - Change default compiler from gcc-5 to gcc-8
    
    * Change the default compiler from gcc-5 to gcc-8.
      gcc-5 will no longer be built by default.  Setting
      WORLD_ALTCOMPILER=all will build all three as before.
    
    * Create CC hardlink for gcc80 so dports picks it up.
      gcc80 is now the default for dports instead of 50.
    
    * Adjust the Makefile's to make things easier the next time,
      though they could still use more work.

Summary of changes:
 Makefile.inc1                         | 115 +++++++++++++++++++---------------
 gnu/lib/Makefile                      |  23 ++++++-
 gnu/usr.bin/Makefile                  |  22 +++++--
 gnu/usr.bin/cc80/drivers/c++/Makefile |   2 +-
 share/mk/bsd.cpu.mk                   |   2 +-
 usr.bin/objformat/objformat.c         |   2 +-
 6 files changed, 103 insertions(+), 63 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2a89766ae0591bf31ec51e6298cf4e4d050f4a1a


-- 
DragonFly BSD source repository


More information about the Commits mailing list