Files
tinygo/targets
Ayke van Laethem 676a78776a esp8266: add compiler-rt library
With this change, it is possible to compile ./testdata/float.go for the
ESP8266 and run it successfully. Previously it would result in many
linker error like this:

    /tmp/tinygo494494333/main.o:(.literal.runtime.printfloat64+0x0): undefined reference to `__unorddf2'
    /tmp/tinygo494494333/main.o:(.literal.runtime.printfloat64+0x4): undefined reference to `__gtdf2'
    /tmp/tinygo494494333/main.o:(.literal.runtime.printfloat64+0xc): undefined reference to `__nedf2'
    /tmp/tinygo494494333/main.o:(.literal.runtime.printfloat64+0x10): undefined reference to `__ltdf2'
    /tmp/tinygo494494333/main.o:(.literal.runtime.printfloat64+0x1c): undefined reference to `__gedf2'

I have verified that the output on the serial console matches
./testdata/float.txt when run on the ESP8266.
2021-02-11 10:50:29 +01:00
..
2020-06-30 20:48:42 +02:00
2020-06-30 20:48:42 +02:00
2020-12-10 16:44:27 +01:00
2020-01-27 19:01:55 +01:00
2020-12-15 06:51:35 +01:00
2020-06-30 20:48:42 +02:00
2021-02-11 10:50:29 +01:00
2020-09-09 19:17:11 +02:00
2020-07-08 00:21:59 +02:00
2021-01-24 16:46:21 +01:00
2020-08-28 14:54:53 +02:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2020-10-20 19:13:43 +02:00
2020-08-28 14:54:53 +02:00
2020-10-20 19:13:43 +02:00
2018-10-18 15:07:06 +02:00
2020-12-15 06:51:35 +01:00
2020-07-13 12:35:53 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-11-15 16:19:51 +01:00
2020-11-15 16:19:51 +01:00
2020-01-06 11:53:43 +01:00
2020-11-15 16:19:51 +01:00
2020-03-26 23:03:55 +01:00
2018-09-22 01:51:44 +02:00
2020-12-15 06:51:35 +01:00
2020-07-08 21:58:15 +02:00
2020-07-08 21:58:15 +02:00
2020-11-11 18:34:47 +01:00
2020-11-15 16:19:51 +01:00