diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2016-05-23 13:49:43 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-05-23 14:38:02 +0200 |
commit | 05d56bfd166fda7a9fb9f5d7d966e88a00517c98 (patch) | |
tree | 6e1ff64128b9f814b3c2e6d126bdfb2810090c13 /profiles/prefix/windows | |
parent | profiles/prefix/cygwin: drop cygwin versions; p.mask man-db (diff) | |
download | gentoo-05d56bfd166fda7a9fb9f5d7d966e88a00517c98.tar.gz gentoo-05d56bfd166fda7a9fb9f5d7d966e88a00517c98.tar.bz2 gentoo-05d56bfd166fda7a9fb9f5d7d966e88a00517c98.zip |
profiles/prefix/cygwin: improve/complete x86 profile
Diffstat (limited to 'profiles/prefix/windows')
-rw-r--r-- | profiles/prefix/windows/cygwin/x86/make.defaults | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/profiles/prefix/windows/cygwin/x86/make.defaults b/profiles/prefix/windows/cygwin/x86/make.defaults index eb66c3d2eb4f..59a035b7402a 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" |