diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-16 16:39:52 +0900 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-16 16:39:52 +0900 |
commit | 802c31aa95bf04735f75db7aecdb30b19e49808a (patch) | |
tree | ef5895e3678706feb394af55b6d6b156764601aa | |
parent | Link to clang stages (diff) | |
download | www-802c31aa95bf04735f75db7aecdb30b19e49808a.tar.gz www-802c31aa95bf04735f75db7aecdb30b19e49808a.tar.bz2 www-802c31aa95bf04735f75db7aecdb30b19e49808a.zip |
riscv: Add more download links
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/riscv.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index d8a3181..d70ce37 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -7,6 +7,12 @@ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="lp64 | systemd" %} </div> +<h4>Experimental multilib stage archives</h4> +<div class="list-group"> + {% 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" %} +</div> + <h4>Processor compatibility</h4> <div class="alert alert-info"> <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong> @@ -21,6 +27,7 @@ <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" %} </div> <div class="alert alert-info"> <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong> |