Skip to content

Commit

Permalink
[BinaryPlatforms] Parse rc64/riscv64 triplets
Browse files Browse the repository at this point in the history
This is partial backport of #56105, only the part relative to parsing triplets.
  • Loading branch information
giordano committed Jan 8, 2025
1 parent 56c7c58 commit 96ad0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/binaryplatforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ const arch_mapping = Dict(
"armv7l" => "arm(v7l)?", # if we just see `arm-linux-gnueabihf`, we assume it's `armv7l`
"armv6l" => "armv6l",
"powerpc64le" => "p(ower)?pc64le",
"riscv64" => "(rv64|riscv64)",
)
# Keep this in sync with `CPUID.ISAs_by_family`
# These are the CPUID side of the microarchitectures targeted by GCC flags in BinaryBuilder.jl
Expand Down

0 comments on commit 96ad0a8

Please sign in to comment.