From 92d95cc9d30ec2bacb39bc63dabed309cb4f8636 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Thu, 18 Jun 2015 08:59:59 +0200 Subject: [PATCH] cc3200: Remove --specs=nano.specs linker flag. --- cc3200/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc3200/Makefile b/cc3200/Makefile index d86b983268..9591393504 100644 --- a/cc3200/Makefile +++ b/cc3200/Makefile @@ -21,7 +21,7 @@ CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_CORTE CFLAGS += -g -ffunction-sections -fdata-sections -fno-common -fsigned-char -mno-unaligned-access CFLAGS += -Iboards/$(BOARD) -LDFLAGS = -Wl,-nostdlib -Wl,--gc-sections -Wl,-Map=$@.map --specs=nano.specs +LDFLAGS = -Wl,-nostdlib -Wl,--gc-sections -Wl,-Map=$@.map ifeq ($(BTARGET), application) # qstr definitions (must come before including py.mk)