diff --git a/esp8266/Makefile b/esp8266/Makefile index 306935210e..3bb63dd873 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 diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index 05d788b8b2..fae56c9575 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -155,6 +155,9 @@ SECTIONS */frozen.o(.rodata.mp_frozen_sizes) /* frozen modules */ */frozen.o(.rodata.mp_frozen_content) /* frozen modules */ + /* for -mforce-l32 */ + build/*.o(.rodata*) + _irom0_text_end = ABSOLUTE(.); } >irom0_0_seg :irom0_0_phdr