git: Set gcc50 as the primary compiler, gcc47 as secondary
John Marino
marino at crater.dragonflybsd.org
Wed Apr 22 12:44:29 PDT 2015
commit 4e8e707f19cc6258586032c9a167fabc7d18619b
Author: John Marino <draco at marino.st>
Date: Sun Apr 19 08:14:37 2015 +0200
Set gcc50 as the primary compiler, gcc47 as secondary
Per request, rather than define NO_GCC47 to prevent the building of the
secondary compiler, the new variable is called NO_ALTCOMPILER. This
will avoid some disruption in the future where the actual version is not
important, only the desire to avoid the secondary compiler.
Summary of changes:
Makefile.inc1 | 14 +++++++-------
UPDATING | 41 +++++++++++++++++++----------------------
etc/defaults/compilers.conf | 4 ++--
etc/defaults/make.conf | 4 ++--
gnu/lib/Makefile | 4 ++--
gnu/usr.bin/Makefile | 10 +++++-----
gnu/usr.bin/Makefile.cco | 8 ++++----
libexec/customcc/cc.sh | 6 +++---
share/man/man5/make.conf.5 | 10 +++++-----
share/mk/bsd.cpu.mk | 2 +-
sys/sys/param.h | 3 ++-
test/x86_64/Makefile | 8 ++++----
usr.bin/objformat/objformat.c | 2 +-
13 files changed, 57 insertions(+), 59 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e8e707f19cc6258586032c9a167fabc7d18619b
--
DragonFly BSD source repository
More information about the Commits
mailing list