File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " BinaryBuilderBase"
22uuid = " 7f725544-6523-48cd-82d1-3fa08ff4056e"
33authors = [
" Elliot Saba <[email protected] >" ]
4- version = " 1.33 .0"
4+ version = " 1.34 .0"
55
66[deps ]
77Bzip2_jll = " 6e34b625-4abd-537c-b88f-471c36dfa7a0"
Original file line number Diff line number Diff line change 8888BinaryPlatforms. arch_march_isa_mapping[" riscv64" ] = [" riscv64" => get_set (" riscv64" , " riscv64" )]
8989
9090function Base. parse (:: Type{Platform} , triplet:: AbstractString ; validate_strict:: Bool = false )
91- # Re-insert the architecture because the global assignment above doesn 't stick
91+ # Re-insert the architecture because the global assignments above don 't stick
9292 arch_mapping[" riscv64" ] = " (rv64|riscv64)"
93- # TODO Base.BinaryPlatforms. arch_march_isa_mapping["riscv64"] = ["riscv64" => get_set("riscv64", "riscv64")]
93+ arch_march_isa_mapping[" riscv64" ] = [" riscv64" => get_set (" riscv64" , " riscv64" )]
9494
9595 # Helper function to collapse dictionary of mappings down into a regex of
9696 # named capture groups joined by "|" operators
You can’t perform that action at this time.
0 commit comments