Skip to content

Commit

Permalink
Add support for armv6k-nintendo-3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
LexiBigCheese authored and briansmith committed Jan 19, 2025
1 parent 18495f7 commit 4955dd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ const ASM_TARGETS: &[AsmTarget] = &[
arch: X86_64,
perlasm_format: "elf",
},
AsmTarget {
oss: &["horizon"],
arch: ARM,
perlasm_format: "linux32",
},
AsmTarget {
oss: APPLE_ABI,
arch: AARCH64,
Expand Down
1 change: 1 addition & 0 deletions src/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ impl crate::sealed::Sealed for SystemRandom {}
target_os = "haiku",
target_os = "hermit",
target_os = "hurd",
target_os = "horizon",
target_os = "illumos",
target_os = "linux",
target_os = "netbsd",
Expand Down

0 comments on commit 4955dd7

Please sign in to comment.