From 15ca9bd9975dca3cd44df6c68b469b0daa795539 Mon Sep 17 00:00:00 2001 From: Richard Eoin Meadows Date: Wed, 9 Jul 2014 21:53:57 +0100 Subject: [PATCH] Removed unnecessary switch from Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe1ad25..e735633 100644 --- a/Makefile +++ b/Makefile @@ -81,9 +81,9 @@ ARCH_FLAGS := -mcpu=cortex-m0plus -mthumb # # ifdef SEMIHOSTING -LDFLAGS += --specs=rdimon.specs -lc -lrdimon +LDFLAGS += --specs=rdimon.specs -lrdimon else -LDFLAGS += --specs=nano.specs -lc +LDFLAGS += --specs=nano.specs endif # Compilation Flags