projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
448b21e
)
Explicitly set a compiler instead of defaulting to CCVER.
author
Simon Schubert <corecode@dragonflybsd.org>
Wed, 31 Dec 2008 12:48:04 +0000 (13:48 +0100)
committer
Simon Schubert <corecode@dragonflybsd.org>
Wed, 31 Dec 2008 12:48:04 +0000 (13:48 +0100)
Makefile.inc1
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.inc1
b/Makefile.inc1
index
5a32be8
..
a0bcd0b
100644
(file)
--- 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}