Files
llgo/targets/xtensa.json
2025-09-01 14:48:54 +08:00

27 lines
415 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"
]
}