Skip to content

Commit befc611

Browse files
giordanoKristofferC
authored andcommitted
[BinaryPlatforms] Parse rc64/riscv64 triplets
This is partial backport of #56105, only the part relative to parsing triplets.
1 parent 84ec1cc commit befc611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/binaryplatforms.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ const arch_mapping = Dict(
593593
"armv7l" => "arm(v7l)?", # if we just see `arm-linux-gnueabihf`, we assume it's `armv7l`
594594
"armv6l" => "armv6l",
595595
"powerpc64le" => "p(ower)?pc64le",
596+
"riscv64" => "(rv64|riscv64)",
596597
)
597598
# Keep this in sync with `CPUID.ISAs_by_family`
598599
# These are the CPUID side of the microarchitectures targeted by GCC flags in BinaryBuilder.jl

0 commit comments

Comments
 (0)