aboutsummaryrefslogtreecommitdiff
blob: d70ce37afef08540b992793094acf477e81bb38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div class="col-xs-12 col-md-6">
<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" %}
  {% 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" %}
</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>
    <p>
      The <em>lp64d</em> stages can be used on all 64-bit RISC-V processors supporting the <strong>double-precision floating point</strong> instruction set.
      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" %}
    {% 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>
    <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>
    <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a>
  </p>
</div>