File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -1978,6 +1978,28 @@ os = "linux"
19781978 sha256 = " d958a67682d30ea9e04116db4f463c17f0bf63823e352692d5fe7982da86e220"
19791979 url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v12.1.0/GCCBootstrap-riscv64-linux-musl.v12.1.0.x86_64-linux-musl.unpacked.tar.gz"
19801980
1981+ [["GCCBootstrap-riscv64-linux-musl .v13 .2 .0 .x86_64-linux-musl .squashfs" ]]
1982+ arch = " x86_64"
1983+ git-tree-sha1 = " fa8d3617b8a7a823076c43315b19eea746e61ea0"
1984+ lazy = true
1985+ libc = " musl"
1986+ os = " linux"
1987+
1988+ [["GCCBootstrap-riscv64-linux-musl .v13 .2 .0 .x86_64-linux-musl .squashfs" .download ]]
1989+ sha256 = " 0b1e047575add41887b4706971bc36d34c235a0561e8e03b03698d76b61c7262"
1990+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v13.2.0/GCCBootstrap-riscv64-linux-musl.v13.2.0.x86_64-linux-musl.squashfs.tar.gz"
1991+
1992+ [["GCCBootstrap-riscv64-linux-musl .v13 .2 .0 .x86_64-linux-musl .unpacked" ]]
1993+ arch = " x86_64"
1994+ git-tree-sha1 = " 87d33912a955c60bda8476493049f905092cd1db"
1995+ lazy = true
1996+ libc = " musl"
1997+ os = " linux"
1998+
1999+ [["GCCBootstrap-riscv64-linux-musl .v13 .2 .0 .x86_64-linux-musl .unpacked" .download ]]
2000+ sha256 = " a45d64532488eccb57d65b1dc3fbc5aa65b1204a327f05a0db14d4ff582b2b59"
2001+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v13.2.0/GCCBootstrap-riscv64-linux-musl.v13.2.0.x86_64-linux-musl.unpacked.tar.gz"
2002+
19812003[["GCCBootstrap-x86_64-apple-darwin14 .v10 .2 .0 .x86_64-linux-musl .squashfs" ]]
19822004arch = " x86_64"
19832005git-tree-sha1 = " ceb591a6cf8b32224a2a62cf3d8a9572c1c83e62"
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ const ARCHITECTURE_FLAGS = Dict(
160160 # "power10" => ["-mcpu=power10", "-mtune=power10"],
161161 ),
162162 " riscv64" => OrderedDict (
163+ " riscv64" => [], # TODO
163164 ),
164165 ),
165166 " gcc" => Dict (
You can’t perform that action at this time.
0 commit comments