From 38936c1533abb5f3fdbe31c36c8dda4a32ac411b Mon Sep 17 00:00:00 2001 From: John Date: Sun, 15 Jan 2023 13:56:49 +0100 Subject: [PATCH] boost: add riscv64 support --- srcpkgs/boost/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 679cd89a146..e21c2b3b959 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -85,6 +85,7 @@ case "$XBPS_TARGET_MACHINE" in aarch64*) _arch=arm; _abi=aapcs ;; mips*) _arch=mips32r2; _abi=o32 ;; ppc*) _arch=power; _abi=sysv ;; + riscv64*) _arch=riscv; _abi=sysv ;; esac case "$XBPS_TARGET_MACHINE" in