From 86a33effe01329c2c4db4fbba9e62a239875605f Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 5 Jul 2014 13:08:35 +0000 Subject: Add libdirs for ABIs to make get_libdir work again --- profiles/prefix/ChangeLog | 10 +++++++++- profiles/prefix/aix/make.defaults | 3 ++- profiles/prefix/bsd/freebsd/arch/x64/make.defaults | 3 ++- profiles/prefix/bsd/freebsd/arch/x86/make.defaults | 3 ++- profiles/prefix/darwin/macos/arch/ppc/make.defaults | 3 ++- profiles/prefix/darwin/macos/arch/x64/make.defaults | 3 ++- profiles/prefix/darwin/macos/arch/x86/make.defaults | 3 ++- profiles/prefix/linux/amd64/make.defaults | 3 ++- profiles/prefix/linux/x86/make.defaults | 3 ++- profiles/prefix/sunos/solaris/arch/x64/make.defaults | 3 ++- profiles/prefix/sunos/solaris/arch/x86/make.defaults | 3 ++- 11 files changed, 29 insertions(+), 11 deletions(-) (limited to 'profiles/prefix') diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 77134def291c..47a561c30f2a 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for profiles/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.421 2014/07/03 17:31:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.422 2014/07/05 13:08:33 grobian Exp $ + + 05 Jul 2014; Fabian Groffen aix/make.defaults, + bsd/freebsd/arch/x64/make.defaults, bsd/freebsd/arch/x86/make.defaults, + darwin/macos/arch/ppc/make.defaults, darwin/macos/arch/x64/make.defaults, + darwin/macos/arch/x86/make.defaults, linux/amd64/make.defaults, + linux/x86/make.defaults, sunos/solaris/arch/x64/make.defaults, + sunos/solaris/arch/x86/make.defaults: + Add libdirs for ABIs to make get_libdir work again 03 Jul 2014; Fabian Groffen aix/make.defaults, +bsd/freebsd/arch/x64/make.defaults, +bsd/freebsd/arch/x86/make.defaults, diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults index 855ee4b85d1d..ab6de006737a 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.4 2014/07/03 18:51:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.5 2014/07/05 13:08:33 grobian Exp $ # System-wide defaults for all AIX profiles # This file should rarely need to be changed @@ -17,3 +17,4 @@ MULTILIB_ABIS="ppc" DEFAULT_ABI="ppc" ABI="ppc" IUSE_IMPLICIT="abi_ppc_32" +LIBDIR_ppc="lib" diff --git a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults index cfce06a9ebe5..e189e0d47154 100644 --- a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults +++ b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults index ac01b3eb2b8a..f270dab2ebaf 100644 --- a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults +++ b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" diff --git a/profiles/prefix/darwin/macos/arch/ppc/make.defaults b/profiles/prefix/darwin/macos/arch/ppc/make.defaults index 807690a32a0f..424d3c55c99c 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/make.defaults +++ b/profiles/prefix/darwin/macos/arch/ppc/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="ppc" DEFAULT_ABI="ppc" ABI="ppc" IUSE_IMPLICIT="abi_ppc_32" +LIBDIR_ppc="lib" diff --git a/profiles/prefix/darwin/macos/arch/x64/make.defaults b/profiles/prefix/darwin/macos/arch/x64/make.defaults index afccd754d095..ee19241b94f4 100644 --- a/profiles/prefix/darwin/macos/arch/x64/make.defaults +++ b/profiles/prefix/darwin/macos/arch/x64/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/prefix/darwin/macos/arch/x86/make.defaults b/profiles/prefix/darwin/macos/arch/x86/make.defaults index 75739d54a471..ff0502c141a9 100644 --- a/profiles/prefix/darwin/macos/arch/x86/make.defaults +++ b/profiles/prefix/darwin/macos/arch/x86/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" diff --git a/profiles/prefix/linux/amd64/make.defaults b/profiles/prefix/linux/amd64/make.defaults index 47a5dad381f7..92c2ffbfa230 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.5 2014/07/03 18:51:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.6 2014/07/05 13:08:34 grobian Exp $ #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside) @@ -18,3 +18,4 @@ MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/prefix/linux/x86/make.defaults b/profiles/prefix/linux/x86/make.defaults index 8667fa16746e..6d057daea09b 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.5 2014/07/03 18:51:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.6 2014/07/05 13:08:35 grobian Exp $ ARCH="x86" CHOST="i686-pc-linux-gnu" @@ -16,3 +16,4 @@ MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" diff --git a/profiles/prefix/sunos/solaris/arch/x64/make.defaults b/profiles/prefix/sunos/solaris/arch/x64/make.defaults index c494e67afff5..c784348d877d 100644 --- a/profiles/prefix/sunos/solaris/arch/x64/make.defaults +++ b/profiles/prefix/sunos/solaris/arch/x64/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/prefix/sunos/solaris/arch/x86/make.defaults b/profiles/prefix/sunos/solaris/arch/x86/make.defaults index c3bfeb76fb67..8c151c6b64ac 100644 --- a/profiles/prefix/sunos/solaris/arch/x86/make.defaults +++ b/profiles/prefix/sunos/solaris/arch/x86/make.defaults @@ -1,9 +1,10 @@ # 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.2 2014/07/03 18:51:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" -- cgit v1.2.3-65-gdbad