From 6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 17 Jul 2014 10:03:21 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7039 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/compilers/GCC/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') diff --git a/os/common/ports/e200/compilers/GCC/rules.mk b/os/common/ports/e200/compilers/GCC/rules.mk index d42fd9773..3ca5dde48 100644 --- a/os/common/ports/e200/compilers/GCC/rules.mk +++ b/os/common/ports/e200/compilers/GCC/rules.mk @@ -14,7 +14,7 @@ ifeq ($(USE_LINK_GC),yes) OPT += -ffunction-sections -fdata-sections -fno-common LDOPT := --gc-sections else - LDOPT := + LDOPT := --no-gc-sections endif # Linker extra options -- cgit v1.2.3