aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-05 00:02:08 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-05 00:02:08 +0100
commitc4ceec9608be817eb55b2d30cd258cdb0a3c2d5e (patch)
treef10b0567813d88644c43bd1b5e5bfd2ed79b58cb /_includes
parentsponsors: remove LibertyVPS, sponsorship discontinued abruptly after company ... (diff)
downloadwww-c4ceec9608be817eb55b2d30cd258cdb0a3c2d5e.tar.gz
www-c4ceec9608be817eb55b2d30cd258cdb0a3c2d5e.tar.bz2
www-c4ceec9608be817eb55b2d30cd258cdb0a3c2d5e.zip
Link riscv musl stage
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/riscv.html32
1 files changed, 21 insertions, 11 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html
index a99cae6..86a5372 100644
--- a/_includes/downloads/riscv.html
+++ b/_includes/downloads/riscv.html
@@ -1,5 +1,5 @@
<div class="col-xs-12 col-md-6">
-<h4>Stage archives (~riscv)</h4>
+<h4>Stage archives</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" %}
@@ -7,13 +7,6 @@
{% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="lp64 | systemd" %}
</div>
-<h4>Details (contents, hashes, and signatures)</h4>
-<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a>
-</p>
-</div>
-
-<div class="col-xs-12 col-md-6">
<h4>Processor compatibility</h4>
<div class="alert alert-info">
<strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong>
@@ -22,9 +15,26 @@
The <em>lp64</em> stages can be used on all 64-bit RISC-V processors; they require no hardware support for floating point arithmetics.
</p>
</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" %}
+ </div>
+ <div class="alert alert-info">
+ <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong>
+ <p>
+ While the core system packages within the stage files work fine in the main gentoo repository,
+ musl-specific fixes for additional packages can be found in the <a href="https://gitweb.gentoo.org/proj/musl.git/">musl overlay</a>.
+ If you encounter problems, you may want to consider adding this overlay to your installation.
+ Instructions how to do so can be found, e.g., on the <a href="https://wiki.gentoo.org/wiki/Project:Hardened_musl">page
+ of the Hardened musl project</a>. Please file bugs!
+ </p>
+ </div>
+
+<h4>Details (contents, hashes, and signatures)</h4>
<p>
- For an overview of the different instruction sets, see, e.g., the <a href="https://en.wikipedia.org/wiki/RISC-V" target="_blank">RISC-V wikipedia page</a>.
+ <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a>
</p>
- <p>
- Additional Gentoo-specific information can be found on the web page of the <a href="https://wiki.gentoo.org/wiki/Project:RISC-V">Gentoo RISC-V project</a>.
</div>