blueness 14/07/01 12:23:15 Modified: make.defaults use.force Added: use.mask Log: Make linux/uclibc multilib aware, bug #515130
Revision Changes Path 1.4 profiles/hardened/linux/uclibc/ppc/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults?r1=1.3&r2=1.4 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- make.defaults 8 Oct 2012 17:57:52 -0000 1.3 +++ make.defaults 1 Jul 2014 12:23:15 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults,v 1.3 2012/10/08 17:57:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults,v 1.4 2014/07/01 12:23:15 blueness Exp $ ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" @@ -10,3 +10,12 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" + +# Anthony G. Basile <[email protected]> (01 Jul 2014) +# Multilib-related setup, bug #515130 +ABI="ppc" +DEFAULT_ABI="ppc" +MULTILIB_ABIS="ppc" +CHOST_ppc=${CHOST} +LIBDIR_ppc="lib" +IUSE_IMPLICIT="abi_ppc_32" 1.2 profiles/hardened/linux/uclibc/ppc/use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force?r1=1.1&r2=1.2 Index: use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- use.force 21 Nov 2012 18:15:48 -0000 1.1 +++ use.force 1 Jul 2014 12:23:15 -0000 1.2 @@ -1,6 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force,v 1.2 2014/07/01 12:23:15 blueness Exp $ -# Force the flag which corresponds to ARCH. +# Force the flag which corresponds to arch/abi, bug #515130 ppc +abi_ppc_32 1.1 profiles/hardened/linux/uclibc/ppc/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.mask?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.mask?rev=1.1&content-type=text/plain Index: use.mask =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.mask,v 1.1 2014/07/01 12:23:15 blueness Exp $ # Unmask the flag which corresponds to arch/abi, bug #515130 -ppc -abi_ppc_32
