From 1ea491a3ed723b9895d2827deb235fdace870ea4 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 26 Jun 2012 23:17:20 -0400 Subject: LD: Don't --print-gc-sections. That's too noisy. Signed-off-by: Marti Bolivar --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29a03a5..a212ede 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,10 @@ GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall $(TARGET_FLAGS) GLOBAL_ASFLAGS := -mcpu=cortex-m3 -march=armv7-m -mthumb \ -x assembler-with-cpp $(TARGET_FLAGS) LDFLAGS = $(TARGET_LDFLAGS) -mcpu=cortex-m3 -mthumb \ - -Xlinker --gc-sections -Xlinker --print-gc-sections \ + -Xlinker --gc-sections \ -Xassembler --march=armv7-m -Wall +# -Xlinker --print-gc-sections \ + ## ## Build rules and useful templates ## -- cgit v1.2.3