forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 10
Committer's notes
Konrad Witaszczyk edited this page Jun 16, 2022
·
1 revision
${ARCH}
should match uname -p
:
- For Morello:
aarch64c
; - For CHERI-RISC-V:
riscv64c
.
- If a port is broken on aarch64c:
-
Create a file
category/port/Makefile.aarch64c
with contentsBROKEN_aarch64c=reason why it's broken
-
- If a port is broken on riscv64c:
-
Create a file
category/port/Makefile.riscv64c
with contentsBROKEN_riscv64c=reason why it's broken
-