blueness 14/07/01 12:37:36 Modified: make.defaults use.force use.mask Log: Make linux/musl multilib aware, bug #515130
Revision Changes Path 1.2 profiles/hardened/linux/musl/mips/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults?r1=1.1&r2=1.2 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- make.defaults 28 Feb 2014 18:17:06 -0000 1.1 +++ make.defaults 1 Jul 2014 12:37:35 -0000 1.2 @@ -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/hardened/linux/musl/mips/make.defaults,v 1.1 2014/02/28 18:17:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults,v 1.2 2014/07/01 12:37:35 blueness Exp $ ARCH="mips" ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" @@ -11,6 +11,11 @@ FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +# Anthony G. Basile <[email protected]> (01 Jul 2014) +# Multilib-related setup, bug #515130 +ABI="o32" DEFAULT_ABI="o32" -ABI="${DEFAULT_ABI}" +MULTILIB_ABIS="o32" +CHOST_o32=${CHOST} LIBDIR_o32="lib" +IUSE_IMPLICIT="abi_mips_o32" 1.2 profiles/hardened/linux/musl/mips/use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.force?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.force?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.force?r1=1.1&r2=1.2 Index: use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.force,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- use.force 28 Feb 2014 18:17:07 -0000 1.1 +++ use.force 1 Jul 2014 12:37:35 -0000 1.2 @@ -1,6 +1,7 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.force,v 1.1 2014/02/28 18:17:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.force,v 1.2 2014/07/01 12:37:35 blueness Exp $ -# Force the flag which corresponds to ARCH. +# Force the flag which corresponds to arch/abi, bug #515130 mips +abi_mips_o32 1.2 profiles/hardened/linux/musl/mips/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask?r1=1.1&r2=1.2 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- use.mask 28 Feb 2014 18:17:07 -0000 1.1 +++ use.mask 1 Jul 2014 12:37:35 -0000 1.2 @@ -1,6 +1,7 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask,v 1.1 2014/02/28 18:17:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask,v 1.2 2014/07/01 12:37:35 blueness Exp $ -# Unmask the flag which corresponds to ARCH. +# Unmask the flag which corresponds to arch/abi, bug #515130 -mips +-abi_mips_o32
