multilib-build.eclass: add riscv flags
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 7 May 2019 09:30:18 +0000 (11:30 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 7 May 2019 09:30:48 +0000 (11:30 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
eclass/multilib-build.eclass

index 05917ba70d60d5cf0ee07a1cb8f1440090dd9c8e..1065533ae5ba0686a6ebe624da2df4897418361d 100644 (file)
@@ -47,6 +47,8 @@ _MULTILIB_FLAGS=(
        abi_mips_o32:o32
        abi_ppc_32:ppc,ppc_aix,ppc_macos
        abi_ppc_64:ppc64
+       abi_riscv_lp64d:lp64d
+       abi_riscv_lp64:lp64
        abi_s390_32:s390
        abi_s390_64:s390x
 )