summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-02-02 16:40:40 +0000
committerimp <imp@FreeBSD.org>2008-02-02 16:40:40 +0000
commit4ee011bbd6bc6c4cc1e4c0998e1d198c37511a8d (patch)
tree4aa6b12aa10f6f94974f65ae12894be0b6a1346d
parentcfb85f0c07e631c309f5158c6aeebac935619b92 (diff)
downloadFreeBSD-src-4ee011bbd6bc6c4cc1e4c0998e1d198c37511a8d.zip
FreeBSD-src-4ee011bbd6bc6c4cc1e4c0998e1d198c37511a8d.tar.gz
sun4v has a MACHINE_ARCH of sparc64, so it was covered under that clause and
shouldn't have been added. Remove it.
-rw-r--r--sys/conf/kern.pre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 925c7cd..88090b6 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -89,7 +89,7 @@ CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.
CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}
CFLAGS+= --param inline-unit-growth=100
CFLAGS+= --param large-function-growth=1000
-.if ${MACHINE} != "pc98" && ${MACHINE_ARCH} != "arm" && ${MACHINE} != "sun4v"
+.if ${MACHINE} != "pc98" && ${MACHINE_ARCH} != "arm"
WERROR?= -Werror
.endif
.endif
OpenPOWER on IntegriCloud