-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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.
thejpster, phil-opp and kaoet
Metadata
Metadata
Assignees
Labels
No labels