[coreboot] Patch set updated for coreboot: e0853ba ARM: remove disassembly output for stages.o

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Wed Feb 27 20:48:24 CET 2013


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2541

-gerrit

commit e0853ba5acf0c2b36966b88ce4d90f36b6fa70f8
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Feb 27 11:44:48 2013 -0800

    ARM: remove disassembly output for stages.o
    
    It produces a confusing warning (since .o files have lots of undefined symbols)
    and a dump of assembly, which we really don't need to see any more.
    
    Change-Id: I381b9176dfff7d3e1c843f7f1b0c9f1c2f321fda
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/arch/armv7/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index 6d4a364..e0203ae 100644
--- a/src/arch/armv7/Makefile.inc
+++ b/src/arch/armv7/Makefile.inc
@@ -107,7 +107,7 @@ stages_o = $(obj)/arch/armv7/stages.o
 
 $(stages_o): $(stages_c)
 	@printf "    CC         $(subst $(obj)/,,$(@))\n"
-	$(CC) -Wa,-acdlns -I. $(INCLUDES) -c -o $@ $< -marm
+	$(CC) -I. $(INCLUDES) -c -o $@ $< -marm
 
 
 ################################################################################



More information about the coreboot mailing list