[coreboot] [patch] coreboot romcc build issue

2010-02-12 Thread Marc Jones
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 -- http://se-eng.com romcc-O2fix.patch Description: Binary

Re: [coreboot] [patch] coreboot romcc build issue

2010-02-12 Thread Peter Stuge
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 Acked-by: Peter Stuge -- cor

Re: [coreboot] [patch] coreboot romcc build issue

2010-02-13 Thread Marc Jones
On Fri, Feb 12, 2010 at 4:23 PM, Peter Stuge 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? >> >