CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/04/23 05:46:03
Added files:
devel/orc/patches: patch-orc_riscv_orcriscvtarget_c
Log message:
Fix orc riscv64-specific code paths
orc previously failed to build because of inconsistent #ifdefs that
exposed Linux-only calls. While here hook up call to
(__builtin)__clear_cache and correct default assumptions (the 'V'
extension can't be assumed, on any OS).
Prompted by a report from matthieu@, maintainer timeout, ok sthen@
