rv64: fix incorrect relocations produced for rv64 entry code

This commit is contained in:
Mark Poliakov 2025-03-02 12:45:40 +02:00
parent 31fa51e64c
commit 1b2b41406a

View File

@ -14,7 +14,7 @@
"panic-strategy": "abort",
"dynamic-linking": true,
"relocation-model": "pic",
"code-model": "large",
"code-model": "medium",
"eh-frame-header": false,
"crt-objects-fallback": "false",