Skip to content

Commit ada4e12

Browse files
committed
sync xtensa and nintendo switch target configs
1 parent b6319c4 commit ada4e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/nintendoswitch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"linker": "ld.lld",
88
"rtlib": "compiler-rt",
99
"libc": "picolibc",
10-
"gc": "conservative",
10+
"gc": "blocks",
1111
"relocation-model": "pic",
1212
"cpu": "cortex-a57",
1313
"cflags": [

targets/xtensa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"goos": "linux",
44
"goarch": "arm",
55
"build-tags": ["xtensa", "baremetal", "linux", "arm"],
6-
"gc": "conservative",
6+
"gc": "blocks",
77
"scheduler": "none",
88
"compiler": "clang",
99
"cflags": [

0 commit comments

Comments
 (0)