[coreboot] New patch to review for coreboot: 62c10b1 ARM: remove assembly code dump when stages.o is built

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Thu Feb 28 18:20:38 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/2555

-gerrit

commit 62c10b1e11e97b4f52dd67fb4262d2a44fa85702
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Thu Feb 28 11:19:23 2013 -0600

    ARM: remove assembly code dump when stages.o is built
    
    For diagnostic purposes we had been dumping the assembly
    code when stages.o was built. We've past the need to do this
    and it's confusing to watch.
    
    Change-Id: Ib84cb73ed9dad3454efcb2be90d990ce88575229
    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