Date: Thu, 12 Sep 2002 17:47:29 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: current@FreeBSD.org Subject: Re: Alpha fatal warning in kernel compile Message-ID: <20020913004729.GA8068@dragon.nuxi.com> In-Reply-To: <20020912202750.GA21944@xor.obsecurity.org> References: <20020912202750.GA21944@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 12, 2002 at 01:27:50PM -0700, Kris Kennaway wrote: > How are you supposed to disable -Werror in kernel builds? Setting > NO_WERROR in the env or passing it to 'make buildkernel' via -D > doesn't work; neither does putting -Wno-error in COPTFLAGS. I get the > following fatal warning when compiling a recent alpha 5.0 kernel under > 4.x: Exactly how were you compiling this? `make buildworld kernel'? Or just straight compile of the kernel? If the latter I would expect that not to work too much longer as we will end up adding code dependent on GCC 3, or we'll hit bugs in gcc 2.95 which wont be noticed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020913004729.GA8068>