Rust recently added a Tier-3 x86_64-unknown-none target: rust-lang/rust#89062
I believe it should be possible to use this target instead of the custom x86_64-blog_os.json target. It's designed to support bare-metal x86_64 code (like operating systems), and the target definition looks almost identical to x86_64-blog_os.json. It should be possible to address any differences via -C flags.
Rust recently added a Tier-3
x86_64-unknown-nonetarget: rust-lang/rust#89062I believe it should be possible to use this target instead of the custom
x86_64-blog_os.jsontarget. It's designed to support bare-metal x86_64 code (like operating systems), and the target definition looks almost identical tox86_64-blog_os.json. It should be possible to address any differences via-Cflags.