Skip to content

Commit a205a33

Browse files
committed
Disable TargetOptions::eh_frame_header
`rx-elf-ld` doesn't recognize `--eh-frame-hdr`.
1 parent 7ae68a8 commit a205a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rx-none-elf.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"max-atomic-width": 32,
1212
"panic-strategy": "abort",
1313
"relocation-model": "static",
14-
"target-pointer-width": "32"
14+
"target-pointer-width": "32",
15+
"eh-frame-header": false
1516
}

0 commit comments

Comments
 (0)