diff options
author | Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> | 2016-04-12 13:28:04 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-04-13 11:33:37 +0200 |
commit | c20f8602fd9db2560a4606cdf5526af876f0b214 (patch) | |
tree | 24e78c7d15637bf4bfc07c446fb6445663919874 | |
parent | e0dc868530cd2b24e4a66ce4eeef12c126429b1e (diff) | |
download | gentoo-c20f8602fd9db2560a4606cdf5526af876f0b214.tar.gz gentoo-c20f8602fd9db2560a4606cdf5526af876f0b214.tar.xz |
prefix/cygwin/x64/make.defaults: define multilib values
-rw-r--r-- | profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults index 966294ecc78..a018bd9f764 100644 --- a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults +++ b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults @@ -5,3 +5,14 @@ ARCH="x64-cygwin" CHOST="x86_64-pc-cygwin" ACCEPT_KEYWORDS="~x64-cygwin" + +# We don't have lib64 in prefix so, remove it here. +SYMLINK_LIB="" +LIBDIR_amd64="lib" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="amd64" +DEFAULT_ABI="amd64" +ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" |