Changeset 5128


Ignore:
Timestamp:
Feb 16, 2010 12:24:51 AM (3 years ago)
Author:
uwe
Message:

Document the reason for r5124 in the code/Makefile (trivial).

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r5124 r5128  
    313313$(obj)/romcc: $(top)/util/romcc/romcc.c 
    314314        @printf "    HOSTCC     $(subst $(obj)/,,$(@)) (this may take a while)\n" 
     315        @# Note: Adding -O2 here might cause problems. For details see: 
     316        @# http://www.coreboot.org/pipermail/coreboot/2010-February/055825.html 
    315317        $(HOSTCC) -g $(STACK) -Wall -o $@ $< 
    316318 
Note: See TracChangeset for help on using the changeset viewer.