From 79809ae1bb322874bf8f741f0842fc20395bd18b Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Wed, 31 Dec 2008 13:48:04 +0100 Subject: [PATCH] Explicitly set a compiler instead of defaulting to CCVER. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5a32be809a..a0bcd0b56c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -124,7 +124,8 @@ DESTDIRBASE?= ${OBJTREE}${.CURDIR} # anyhow, and we need to be able to override it for stage installs .MAKEFLAGS:= ${.MAKEFLAGS:NDESTDIR=*} -WORLD_CCVER?= ${CCVER} +# This sets the compiler we use to build the world/kernel with +WORLD_CCVER?= gcc41 TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == ${MACHINE_ARCH} -- 2.41.0