esp32: use the compiler-rt library for extra routines

These routines are necessary to compile testdata/float.go.
This commit is contained in:
Ayke van Laethem
2020-12-03 20:35:50 +01:00
committed by Ron Evans
parent 7a4ccd916f
commit 4568de556e
+1
View File
@@ -8,6 +8,7 @@
"cflags": [
"-mcpu=esp32"
],
"rtlib": "compiler-rt",
"linkerscript": "targets/esp32.ld",
"extra-files": [
"src/device/esp/esp32.S",