aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2002-02-26 09:55:17 +0000
committerBenno Rice <benno@FreeBSD.org>2002-02-26 09:55:17 +0000
commit4b1211c7cc3ce37d48dbd3a5a6e5c8d46011148e (patch)
tree8f811228e1ba61eae517640e4be3148c7c6a6411 /sys/powerpc/conf
parentc91f7a7332bdaba1573d3097d754b75a5303ddf4 (diff)
downloadsrc-4b1211c7cc3ce37d48dbd3a5a6e5c8d46011148e.tar.gz
src-4b1211c7cc3ce37d48dbd3a5a6e5c8d46011148e.zip
Add makeoptions NO_WERROR=true so that we can build. =)
Notes
Notes: svn path=/head/; revision=91293
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index d62d516794e2..bfebfa7d9594 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -26,6 +26,7 @@ maxusers 0
#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions NO_WERROR=true #XXX: We don't want -Werror just now
options FFS
options COMPAT_43