Subject: Re: Latest -current INSTALL kernel reboots
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 07/11/2006 12:52:48
On Tue, Jul 11, 2006 at 01:43:22PM +0300, Martti Kuparinen wrote:
> Is anyone else having problems with the INSTALL kernel?

Can you try a kernel with options DDB and makeoptions COPTS="-Os"?
The new gcc is fairly aggressive compacting data when -Os is used,
probably some assembler code does not expect this.

DDB should point to the culprit, if not, a binary search compiling
files wiht -O2 and -Os needs to be done.

Martin