Subject: Re: continuing sh problems
To: None <rmk@rmkhome.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 05/13/2005 22:55:29
On Fri, May 13, 2005 at 02:34:24PM -0600, Rick Kelly wrote:
> Will "COPTS+=-mv8 -mtune=supersparc" work correctly in mk.conf when building
> the kernel? It used to remove the "-O2" optimisation, resulting in a huge
> kernel.
I don't realy know - I use
CFLAGS+= -mv8 -mtune=supersparc
in /etc/mk.conf and have
makeoptions COPTS="-mcpu=supersparc -O2"
in my kernel config, oops - will replace that with -mv8 -mtune=supersparc too.
Martin