diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-11 19:19:39 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-11 19:19:39 +0300 |
commit | f48eaee96514059f7942c34b1498f340fa48b4e6 (patch) | |
tree | 2f52b6d14e9cfe158971a0d855d2d38a57796347 /profiles | |
parent | profiles: Mask rv32 abi globally (unmasked where needed) (diff) | |
download | gentoo-f48eaee96514059f7942c34b1498f340fa48b4e6.tar.gz gentoo-f48eaee96514059f7942c34b1498f340fa48b4e6.tar.bz2 gentoo-f48eaee96514059f7942c34b1498f340fa48b4e6.zip |
profiles: build all rv32 abi for multilib sandbox
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/multilib/package.use | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use index 02f17121c03d..33f47dfe41ab 100644 --- a/profiles/features/multilib/package.use +++ b/profiles/features/multilib/package.use @@ -3,4 +3,4 @@ # Enable all ABIs by default so we can protect any non-native binaries that # might be executed. -sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_riscv_lp64d abi_riscv_lp64 abi_riscv_ilp32d abi_riscv_ilp32 abi_s390_32 abi_s390_64 |