Subject: Re: custom system build experience.
To: None <current-users@netbsd.org>
From: Leo Ngatia <leongatia@yahoo.co.uk>
List: current-users
Date: 10/20/2003 17:36:33
I already have CFLAGS+=-mcpu=....

int /etc/mk.conf, but they are not being added to the xsrc compile.

On October 20, 2003 03:47 pm, you wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> /etc/mk.conf
>
>    COPTS+= -march=i686
>
> or simular. Is this what you want?
>
> On Monday 20 October 2003 01:44 pm, you wrote:
> > How do you set optimize flags for X sources? I tried adding them to
> > NetBSD.cf in the config directry as documented, but it just wouldn't
> > work, yet the compile kept echoing flags from the same file (NBSD_THREADS
> > in particular). Is there a different file?