From 70ae9ecb9beed3964c215362494e58c6ef37f95e Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 28 Feb 2013 11:19:23 -0600 Subject: 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 Reviewed-on: http://review.coreboot.org/2555 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/arch/armv7/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc index 86011125ef..1ab0184b32 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 ################################################################################ -- cgit v1.2.3