projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1c347
)
multilib-build.eclass: add riscv flags
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Tue, 7 May 2019 09:30:18 +0000
(11:30 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/eclass/multilib-build.eclass
b/eclass/multilib-build.eclass
index 05917ba70d60d5cf0ee07a1cb8f1440090dd9c8e..1065533ae5ba0686a6ebe624da2df4897418361d 100644
(file)
--- 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
)