Changeset 5124


Ignore:
Timestamp:
Feb 13, 2010 7:06:29 PM (3 years ago)
Author:
mjones
Message:

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@…>
Acked-by: Peter Stuge <peter@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r5117 r5124  
    313313$(obj)/romcc: $(top)/util/romcc/romcc.c 
    314314        @printf "    HOSTCC     $(subst $(obj)/,,$(@)) (this may take a while)\n" 
    315         $(HOSTCC) -g -O2 $(STACK) -Wall -o $@ $< 
     315        $(HOSTCC) -g $(STACK) -Wall -o $@ $< 
    316316 
    317317.PHONY: $(PHONY) prepare prepare2 clean distclean doxygen doxy coreboot 
Note: See TracChangeset for help on using the changeset viewer.