diff options
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r-- | esp8266/esp8266.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index e2f1b807e2..15f923239a 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -81,6 +81,7 @@ SECTIONS /* we put some specific text in this section */ *py/*.o*(.literal* .text*) + *lib/libm/*.o*(.literal*, .text*) *pyexec.o(.literal*, .text*) *readline.o(.literal*, .text*) *pybstdio.o(.literal*, .text*) |