Skip to content

Commit 34c30dc

Browse files
authored
binaryplatforms.jl: Remove duplicated riscv64 entry (#56888)
1 parent cc4122c commit 34c30dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

base/binaryplatforms.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,6 @@ const arch_march_isa_mapping = let
631631
"a64fx" => get_set("aarch64", "a64fx"),
632632
"apple_m1" => get_set("aarch64", "apple_m1"),
633633
],
634-
"riscv64" => [
635-
"riscv64" => get_set("riscv64", "riscv64")
636-
],
637634
"powerpc64le" => [
638635
"power8" => get_set("powerpc64le", "power8"),
639636
],

0 commit comments

Comments
 (0)