diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-09-13 11:46:06 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-09-13 11:46:17 +0200 |
commit | 80e9e730d08bf2fe60baf2408434e2f41c073a97 (patch) | |
tree | 4d90482bf5e9271df37838b64a8105a3342bd87a /profiles | |
parent | net-libs/nodejs: Bump (diff) | |
download | gentoo-80e9e730d08bf2fe60baf2408434e2f41c073a97.tar.gz gentoo-80e9e730d08bf2fe60baf2408434e2f41c073a97.tar.bz2 gentoo-80e9e730d08bf2fe60baf2408434e2f41c073a97.zip |
profiles/prefix/linux/make.defaults: remove multilib-strict from FEATURES
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/linux/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/prefix/linux/make.defaults b/profiles/prefix/linux/make.defaults index ab544dd53ce0..4e2672bc1ceb 100644 --- a/profiles/prefix/linux/make.defaults +++ b/profiles/prefix/linux/make.defaults @@ -5,6 +5,11 @@ ELIBC="glibc" KERNEL="linux" +# Fabian Groffen <grobian@gentoo.org> (13 Sep 2017) +# Traditional Prefix is no-multilib, and always installs in /lib so +# don't check against this for "incompatible" objects +FEATURES="-multilib-strict" + # 2006/10/28 - Luca Barbato <lu_zero@gentoo.org> # on glibc system you cannot turn it off USE="iconv" |