From 54b03ea7a27868387d5f124816d13c48e32ff735 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 11 Feb 2013 09:00:13 +0100 Subject: [PATCH] bsd.cpu.mk: Set gcc47 as default Yet another place the default compiler is defined and needs updating. --- share/mk/bsd.cpu.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.41.0