commit:     652bf11a7feaf7613e808cebfb24ec3d4b4abffc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 09:30:18 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May  7 09:30:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652bf11a

multilib-build.eclass: add riscv flags

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 eclass/multilib-build.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 05917ba70d6..1065533ae5b 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -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
 )

Reply via email to