aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-04-03 00:51:51 +0300
committerPaul Sokolovsky2016-04-03 00:51:51 +0300
commitef0c5db2edbbe30a3c291e42f6a2685a3da4d7cd (patch)
tree69f21d6add40662383f6896ef007a09dcbda53a9 /esp8266/Makefile
parent254a5646c1bec337e988e79fc2eca4827078b33c (diff)
esp8266: Move .rodata where it belongs with -mforce-l32 help.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 306935210..3bb63dd87 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -48,7 +48,7 @@ CFLAGS += -g
COPT = -O0
else
CFLAGS += -fdata-sections -ffunction-sections
-COPT += -Os -DNDEBUG
+COPT += -Os -mforce-l32 -DNDEBUG
LDFLAGS += --gc-sections
endif