diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-06 14:35:27 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-06 14:35:27 +0200 |
commit | 7112112130a33466c5615acb8e87f78048e8b90d (patch) | |
tree | 0766be6b3d1a6ff76b4849ab8b15d3b24075e61d | |
parent | Fix download links (ia64) (diff) | |
download | www-7112112130a33466c5615acb8e87f78048e8b90d.tar.gz www-7112112130a33466c5615acb8e87f78048e8b90d.tar.bz2 www-7112112130a33466c5615acb8e87f78048e8b90d.zip |
Add some more riscv links
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/riscv.html | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index 083d119..b7ea81b 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -8,22 +8,32 @@ </p> </div> -<h4>Stage archives</h4> +<h4>Stage archives (RV64)</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="lp64d | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd" title="Stage 3" tag="lp64d | systemd" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="lp64 | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="lp64 | systemd" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="multilib | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd" title="Stage 3" tag="multilib | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="rv64gc | lp64d | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd" title="Stage 3" tag="rv64gc | lp64d | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="rv64gc | lp64 | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="rv64gc | lp64 | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="rv64gc | multilib | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd" title="Stage 3" tag="rv64gc | multilib | systemd" %} +</div> + +<h4>Stage archives (RV32)</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d-openrc" title="Stage 3" tag="rv32gc | ilp32d | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d-systemd" title="Stage 3" tag="rv32gc | ilp32d | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-openrc" title="Stage 3" tag="rv32gc | ilp32 | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-systemd" title="Stage 3" tag="rv32gc | ilp32 | systemd" %} </div> </div> <div class="col-xs-12 col-md-6"> <h4>Musl stage archives</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d_musl" title="Stage 3" tag="lp64d | musl | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64_musl" title="Stage 3" tag="lp64 | musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d_musl" title="Stage 3" tag="rv64gc | lp64d | musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64_musl" title="Stage 3" tag="rv64gc | lp64 | musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d_musl" title="Stage 3" tag="rv32gc | ilp32d | musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32_musl" title="Stage 3" tag="rv32gc | ilp32 | musl | openrc" %} </div> <div class="alert alert-info"> <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages</strong> |