CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/03/05 14:30:33
Added files:
databases/mariadb/patches: patch-include_my_cpu_h
Log message:
Fix mariadb build on riscv64
clang doesn't implement __builtin_riscv_pause(), so use the same trick
as src/sys to access the pause instruction from the Zihintpause
extension.
