mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
esp32: use the compiler-rt library for extra routines
These routines are necessary to compile testdata/float.go.
This commit is contained in:
committed by
Ron Evans
parent
7a4ccd916f
commit
4568de556e
@@ -8,6 +8,7 @@
|
||||
"cflags": [
|
||||
"-mcpu=esp32"
|
||||
],
|
||||
"rtlib": "compiler-rt",
|
||||
"linkerscript": "targets/esp32.ld",
|
||||
"extra-files": [
|
||||
"src/device/esp/esp32.S",
|
||||
|
||||
Reference in New Issue
Block a user