mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 20:39:06 +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": [
|
"cflags": [
|
||||||
"-mcpu=esp32"
|
"-mcpu=esp32"
|
||||||
],
|
],
|
||||||
|
"rtlib": "compiler-rt",
|
||||||
"linkerscript": "targets/esp32.ld",
|
"linkerscript": "targets/esp32.ld",
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"src/device/esp/esp32.S",
|
"src/device/esp/esp32.S",
|
||||||
|
|||||||
Reference in New Issue
Block a user