aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-26 23:17:20 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-26 23:17:20 -0400
commit1ea491a3ed723b9895d2827deb235fdace870ea4 (patch)
treea624e3cbe3735d8f5802cf27262850bb07b5eac8 /Makefile
parentaddaa701812ec0e4b26f956be177845b67399d1a (diff)
downloadlibrambutan-1ea491a3ed723b9895d2827deb235fdace870ea4.tar.gz
librambutan-1ea491a3ed723b9895d2827deb235fdace870ea4.zip
LD: Don't --print-gc-sections.
That's too noisy. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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
##