diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-13 14:49:58 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-13 15:07:30 +0200 |
commit | 231634e8d58378461090bdba125bdbd0852510b8 (patch) | |
tree | 337d1e7c9ce0d4be43054ad913c0bc475202b666 /profiles/prefix | |
parent | app-crypt/rhash: add ~x64-cygwin keyword (diff) | |
download | gentoo-231634e8d58378461090bdba125bdbd0852510b8.tar.gz gentoo-231634e8d58378461090bdba125bdbd0852510b8.tar.bz2 gentoo-231634e8d58378461090bdba125bdbd0852510b8.zip |
profiles/prefix/winnt/x86: define multilib defaults
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/windows/winnt/x86/make.defaults | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/prefix/windows/winnt/x86/make.defaults b/profiles/prefix/windows/winnt/x86/make.defaults index e440495bc30d..3c45b788d160 100644 --- a/profiles/prefix/windows/winnt/x86/make.defaults +++ b/profiles/prefix/windows/winnt/x86/make.defaults @@ -3,3 +3,10 @@ ARCH="x86-winnt" ACCEPT_KEYWORDS="~x86-winnt" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="x86" +DEFAULT_ABI="x86" +ABI="x86" +IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" |