From: John Marino Date: Mon, 11 Feb 2013 08:00:13 +0000 (+0100) Subject: bsd.cpu.mk: Set gcc47 as default X-Git-Tag: v3.4.0rc~343 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/54b03ea7a27868387d5f124816d13c48e32ff735 bsd.cpu.mk: Set gcc47 as default Yet another place the default compiler is defined and needs updating. --- diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk index 0f27140a1b..ae92b195fe 100644 --- a/share/mk/bsd.cpu.mk +++ b/share/mk/bsd.cpu.mk @@ -14,7 +14,7 @@ # If the host system does not have the desired compiler for HOST_CCVER # we back off to something it probably does have. -_DEFAULT_CCVER= gcc44 +_DEFAULT_CCVER= gcc47 _DEFAULT_BINUTILSVER= binutils222 CCVER ?= ${_DEFAULT_CCVER}