summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2016-04-12 13:28:04 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2016-04-13 11:33:37 +0200
commitc20f8602fd9db2560a4606cdf5526af876f0b214 (patch)
tree24e78c7d15637bf4bfc07c446fb6445663919874 /profiles
parentmedia-gfx/geeqie: drop old versions (diff)
downloadgentoo-c20f8602fd9db2560a4606cdf5526af876f0b214.tar.gz
gentoo-c20f8602fd9db2560a4606cdf5526af876f0b214.tar.bz2
gentoo-c20f8602fd9db2560a4606cdf5526af876f0b214.zip
prefix/cygwin/x64/make.defaults: define multilib values
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/windows/cygwin/2.0/x64/make.defaults11
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 966294ecc78a..a018bd9f764e 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"