commit:     05d56bfd166fda7a9fb9f5d7d966e88a00517c98
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 11:49:43 2016 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon May 23 12:38:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d56bfd

profiles/prefix/cygwin: improve/complete x86 profile

 profiles/prefix/windows/cygwin/x86/make.defaults | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/profiles/prefix/windows/cygwin/x86/make.defaults 
b/profiles/prefix/windows/cygwin/x86/make.defaults
index eb66c3d..59a035b 100644
--- a/profiles/prefix/windows/cygwin/x86/make.defaults
+++ b/profiles/prefix/windows/cygwin/x86/make.defaults
@@ -3,5 +3,12 @@
 # $Id$
 
 ARCH="x86-cygwin"
-CHOST="i686-pc-cygwin2.0"
-ACCEPT_KEYWORDS="~x86-cygwin"
+CHOST="i686-pc-cygwin"
+ACCEPT_KEYWORDS="~x86-cygwin ~x86-linux"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="x86"
+DEFAULT_ABI="x86"
+ABI="x86"
+IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"

Reply via email to