Skip to content

Commit

Permalink
Add target_env = "freestanding"
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Oct 2, 2024
1 parent 746c322 commit a4c0add
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub(crate) fn target() -> Target {
linker: Some("rust-lld".into()),
link_script: Some(LINKER_SCRIPT.into()),
os: "horizon".into(),
env: "freestanding".into(),
vendor: "nintendo".into(),
max_atomic_width: Some(128),
stack_probes: StackProbeType::Inline,
Expand Down

0 comments on commit a4c0add

Please sign in to comment.