Skip to content

Commit

Permalink
binaryplatforms.jl: Remove duplicated riscv64 entry (#56888)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Dec 22, 2024
1 parent cc4122c commit 34c30dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base/binaryplatforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,6 @@ const arch_march_isa_mapping = let
"a64fx" => get_set("aarch64", "a64fx"),
"apple_m1" => get_set("aarch64", "apple_m1"),
],
"riscv64" => [
"riscv64" => get_set("riscv64", "riscv64")
],
"powerpc64le" => [
"power8" => get_set("powerpc64le", "power8"),
],
Expand Down

0 comments on commit 34c30dc

Please sign in to comment.