aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/xtensa.json
blob: 32ac133f50d99837e8593cb9dff741080a7ef21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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",
		"-ffunction-sections", "-fdata-sections"
	],
	"ldflags": [
		"--gc-sections"
	]
}