Author: uwe Date: Tue Feb 16 00:24:51 2010 New Revision: 5128 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5128
Log: Document the reason for r5124 in the code/Makefile (trivial).
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/Makefile
Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Tue Feb 16 00:10:19 2010 (r5127) +++ trunk/Makefile Tue Feb 16 00:24:51 2010 (r5128) @@ -312,6 +312,8 @@ endif $(obj)/romcc: $(top)/util/romcc/romcc.c @printf " HOSTCC $(subst $(obj)/,,$(@)) (this may take a while)\n" + @# Note: Adding -O2 here might cause problems. For details see: + @# http://www.coreboot.org/pipermail/coreboot/2010-February/055825.html $(HOSTCC) -g $(STACK) -Wall -o $@ $<
.PHONY: $(PHONY) prepare prepare2 clean distclean doxygen doxy coreboot