I was having problems building a working romcc with the -O2 optimization flag on ubuntu hardy. It was causing this error building the bootblock: bootblock.c:49.0: Internal compiler error: low: next != prev?
Signed-off-by: Marc Jones marcj303@gmail.com
Marc Jones wrote:
I was having problems building a working romcc with the -O2 optimization flag on ubuntu hardy. It was causing this error building the bootblock: bootblock.c:49.0: Internal compiler error: low: next != prev?
Signed-off-by: Marc Jones marcj303@gmail.com
Acked-by: Peter Stuge peter@stuge.se
On Fri, Feb 12, 2010 at 4:23 PM, Peter Stuge peter@stuge.se wrote:
Marc Jones wrote:
I was having problems building a working romcc with the -O2 optimization flag on ubuntu hardy. It was causing this error building the bootblock: bootblock.c:49.0: Internal compiler error: low: next != prev?
Signed-off-by: Marc Jones marcj303@gmail.com
Acked-by: Peter Stuge peter@stuge.se
r5124
Thanks, Marc