esp32: use the compiler-rt library for extra routines

These routines are necessary to compile testdata/float.go.
Этот коммит содержится в:
Ayke van Laethem 2020-12-03 20:35:50 +01:00 коммит произвёл Ron Evans
родитель 7a4ccd916f
коммит 4568de556e

Просмотреть файл

@ -8,6 +8,7 @@
"cflags": [
"-mcpu=esp32"
],
"rtlib": "compiler-rt",
"linkerscript": "targets/esp32.ld",
"extra-files": [
"src/device/esp/esp32.S",