summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/esp8266.ld
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-12-18 21:07:58 +0000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-02 22:43:10 +0200
commit6d0629bddcac1fede980ba24a1285ab670bca640 (patch)
tree84b1ceb152e5003786c7d5ba0ad194b67536cdae /esp8266/esp8266.ld
parentecd1272d16ff3500557177d46cc7d46edd7d3094 (diff)
downloadmicropython-6d0629bddcac1fede980ba24a1285ab670bca640.tar.gz
micropython-6d0629bddcac1fede980ba24a1285ab670bca640.zip
esp8266: Enable float support, using 30-bit stuffed floats.
No complex numbers though.
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r--esp8266/esp8266.ld1
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*)