From: Simon Schubert Date: Wed, 31 Dec 2008 12:48:04 +0000 (+0100) Subject: Explicitly set a compiler instead of defaulting to CCVER. X-Git-Tag: v2.3.0~172^2~6 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/79809ae1bb322874bf8f741f0842fc20395bd18b Explicitly set a compiler instead of defaulting to CCVER. --- diff --git a/Makefile.inc1 b/Makefile.inc1 index 5a32be8..a0bcd0b 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}