diff options
Diffstat (limited to 'profiles/hardened/linux/musl/mips/make.defaults')
-rw-r--r-- | profiles/hardened/linux/musl/mips/make.defaults | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/profiles/hardened/linux/musl/mips/make.defaults b/profiles/hardened/linux/musl/mips/make.defaults index 22b92290f6d1..24ae96f99b2f 100644 --- a/profiles/hardened/linux/musl/mips/make.defaults +++ b/profiles/hardened/linux/musl/mips/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/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 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +# Anthony G. Basile <blueness@gentoo.org> (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" |