diff options
author | 2014-07-03 18:51:10 +0000 | |
---|---|---|
committer | 2014-07-03 18:51:10 +0000 | |
commit | 1732712f407b3e60c3ff9887f35f6ad5cdf0e5c0 (patch) | |
tree | 19ce004b4437de38ad3ecfe26697e8e430c2bb6f /profiles/prefix | |
parent | Update multilib stable mask (diff) | |
download | historical-1732712f407b3e60c3ff9887f35f6ad5cdf0e5c0.tar.gz historical-1732712f407b3e60c3ff9887f35f6ad5cdf0e5c0.tar.bz2 historical-1732712f407b3e60c3ff9887f35f6ad5cdf0e5c0.zip |
multilib: set some implicit USE-flags
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/aix/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/bsd/freebsd/arch/x64/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/bsd/freebsd/arch/x86/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x86/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/linux/amd64/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/linux/x86/make.defaults | 3 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/arch/x64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/arch/x86/make.defaults | 4 |
10 files changed, 20 insertions, 12 deletions
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults index c804d3a1d0e7..855ee4b85d1d 100644 --- a/profiles/prefix/aix/make.defaults +++ b/profiles/prefix/aix/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.3 2014/07/03 17:31:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.4 2014/07/03 18:51:09 grobian Exp $ # System-wide defaults for all AIX profiles # This file should rarely need to be changed @@ -16,3 +16,4 @@ FEATURES="nostrip" MULTILIB_ABIS="ppc" DEFAULT_ABI="ppc" ABI="ppc" +IUSE_IMPLICIT="abi_ppc_32" diff --git a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults index 4980bff539b2..cfce06a9ebe5 100644 --- a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults +++ b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.1 2014/07/03 17:31:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" diff --git a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults index 08b6e87bf8c7..ac01b3eb2b8a 100644 --- a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults +++ b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.1 2014/07/03 17:31:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" +IUSE_IMPLICIT="abi_x86_32" diff --git a/profiles/prefix/darwin/macos/arch/ppc/make.defaults b/profiles/prefix/darwin/macos/arch/ppc/make.defaults index 79c2632675db..807690a32a0f 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/make.defaults +++ b/profiles/prefix/darwin/macos/arch/ppc/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.1 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="ppc" DEFAULT_ABI="ppc" ABI="ppc" +IUSE_IMPLICIT="abi_ppc_32" diff --git a/profiles/prefix/darwin/macos/arch/x64/make.defaults b/profiles/prefix/darwin/macos/arch/x64/make.defaults index d1eace90a404..afccd754d095 100644 --- a/profiles/prefix/darwin/macos/arch/x64/make.defaults +++ b/profiles/prefix/darwin/macos/arch/x64/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.1 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" diff --git a/profiles/prefix/darwin/macos/arch/x86/make.defaults b/profiles/prefix/darwin/macos/arch/x86/make.defaults index b64be730dc8b..75739d54a471 100644 --- a/profiles/prefix/darwin/macos/arch/x86/make.defaults +++ b/profiles/prefix/darwin/macos/arch/x86/make.defaults @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.1 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" +IUSE_IMPLICIT="abi_x86_32" diff --git a/profiles/prefix/linux/amd64/make.defaults b/profiles/prefix/linux/amd64/make.defaults index b7bc0f60cce7..47a5dad381f7 100644 --- a/profiles/prefix/linux/amd64/make.defaults +++ b/profiles/prefix/linux/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $ #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside) @@ -17,3 +17,4 @@ LIBDIR_amd64="lib" MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" diff --git a/profiles/prefix/linux/x86/make.defaults b/profiles/prefix/linux/x86/make.defaults index e1783ac3e74d..8667fa16746e 100644 --- a/profiles/prefix/linux/x86/make.defaults +++ b/profiles/prefix/linux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $ ARCH="x86" CHOST="i686-pc-linux-gnu" @@ -15,3 +15,4 @@ CXXFLAGS="${CXXFLAGS} -m32" MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" +IUSE_IMPLICIT="abi_x86_32" diff --git a/profiles/prefix/sunos/solaris/arch/x64/make.defaults b/profiles/prefix/sunos/solaris/arch/x64/make.defaults index 0c5bba2080d1..c494e67afff5 100644 --- a/profiles/prefix/sunos/solaris/arch/x64/make.defaults +++ b/profiles/prefix/sunos/solaris/arch/x64/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.1 2014/07/03 17:31:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" - +IUSE_IMPLICIT="abi_x86_64" diff --git a/profiles/prefix/sunos/solaris/arch/x86/make.defaults b/profiles/prefix/sunos/solaris/arch/x86/make.defaults index 3530b5461e05..c3bfeb76fb67 100644 --- a/profiles/prefix/sunos/solaris/arch/x86/make.defaults +++ b/profiles/prefix/sunos/solaris/arch/x86/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.1 2014/07/03 17:31:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" - +IUSE_IMPLICIT="abi_x86_32" |