Skip to content

Committer's notes

Konrad Witaszczyk edited this page Jun 16, 2022 · 1 revision

Committer's Guide

Target ARCH names

${ARCH} should match uname -p:

  • For Morello: aarch64c;
  • For CHERI-RISC-V: riscv64c.

Marking a port as broken

  • If a port is broken on aarch64c:
    • Create a file category/port/Makefile.aarch64c with contents

      BROKEN_aarch64c=reason why it's broken
      
  • If a port is broken on riscv64c:
    • Create a file category/port/Makefile.riscv64c with contents

      BROKEN_riscv64c=reason why it's broken