mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
4858b27120
These seem to be enabled in LLVM 14, and cause undefined symbol errors.
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"llvm-target": "xtensa",
|
|
"goos": "linux",
|
|
"goarch": "arm",
|
|
"build-tags": ["xtensa", "baremetal", "linux", "arm"],
|
|
"gc": "conservative",
|
|
"scheduler": "none",
|
|
"cflags": [
|
|
"-Werror",
|
|
"-fshort-enums",
|
|
"-Wno-macro-redefined",
|
|
"-fno-exceptions", "-fno-unwind-tables", "-fno-asynchronous-unwind-tables",
|
|
"-ffunction-sections", "-fdata-sections"
|
|
],
|
|
"ldflags": [
|
|
"--gc-sections"
|
|
]
|
|
}
|