diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/e200/compilers/GCC/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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
|