aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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
##