aboutsummaryrefslogtreecommitdiff
blob: b7ea81bf989d09ff09f8e453eee87a1bbea9e2f5 (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
48
49
<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>
  <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>

<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="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="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>
    <p>
      For additional information on using musl based Gentoo systems please see the <a href="https://wiki.gentoo.org/wiki/Musl_usage_guide">Musl usage guide</a>.
    </p>
  </div>

<h4>Details (contents, hashes, and signatures)</h4>
<p>
  <a href="https://distfiles.gentoo.org/releases/riscv/autobuilds/">All files</a>
</p>
</div>