Skip to content
Konrad Witaszczyk edited this page Feb 16, 2022 · 2 revisions

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
      
Clone this wiki locally