From 5cad5d55f8552a8ff7ee9ddab7f26f33fe68d9ce Mon Sep 17 00:00:00 2001 From: benno Date: Tue, 26 Feb 2002 09:55:17 +0000 Subject: Add makeoptions NO_WERROR=true so that we can build. =) --- sys/powerpc/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/powerpc/conf') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index d62d516..bfebfa7 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 -- cgit v1.1