Subject: Re: World build failure in netbsd-2-0 and current
To: None <current-users@netbsd.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: current-users
Date: 11/04/2004 00:48:08
On Wed, Nov 03, 2004 at 10:16:51PM -0700, Michael L. Hitch wrote:
> On Wed, 3 Nov 2004 setagllib@optusnet.com.au wrote:
> >
> > CFLAGS=-O -march=pentium4 -mfpmath=sse -pipe
>         ^
>   My guess is that this should be += so it doesn't lose any previously set
> CFLAGS.

Actually, you shouldn't *ever* set CFLAGS in mk.conf, not even with +=;
you should set CPUFLAGS or COPTS.

Thor