aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-02-15 23:24:51 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-02-15 23:24:51 +0000
commit0dd63a26a24b3503c6082a99fba3814a3cc4a92a (patch)
tree3f40728c3ce1155df433045186a6fe4b6e8d7e6a /Makefile
parentc70e9fc2337519fc8ef6faca5bccb0e92e68675d (diff)
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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c41d69591f..b00f5d48b1 100644
--- a/Makefile
+++ b/Makefile
@@ -312,6 +312,8 @@ ifeq ($(_OS),CYGWIN_)
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