Subject: Re: sparc kernel (2.0_RCn) doesn't like -mcpu=v8?
To: Lubomir Sedlacik <salo@Xtrmntr.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 11/22/2004 10:46:20
On Mon, Nov 22, 2004 at 10:36:58AM +0100, Lubomir Sedlacik wrote:
> On Mon, Nov 22, 2004 at 12:25:59AM -0500, Joachim Thiemann wrote:
> > I have the options CFLAGS+=-mcpu=v8 -mtune=v8 -pipe and the same for
> > COPTS set in mk.conf.
> 
> use CPUFLAGS for -mcpu=v8 -mtune=v8 and COPTS for -pipe.

Besides this nits, I use

CFLAGS+= -pipe
CFLAGS+= -mv8 -mtune=supersparc

for my krups and the kernel works fine - but that's a completely different
machine, of course.

Does a kernel with default options boot? What's next in the boot message
after the part it hangs now?

Martin