+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-FEATURES="-multilib-strict"
-
-MULTILIB_STRICT_DIRS=""
-MULTILIB_STRICT_DENY=""
-MULTILIB_STRICT_EXEMPT=""
+++ /dev/null
-# Copyright 2006-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# We don't need kgcc64 to build kernels.
--*sys-devel/kgcc64
+++ /dev/null
-# Here we die on any arch that isn't 32-bit.
-case ${ARCH} in
- amd64) die "This architecture always uses a 64-bit kernel. Please use an x86 profile!" ;;
- mips) die "This architecture always uses a 64-bit kernel." ;;
- ppc64) die "This architecture always uses a 64-bit kernel. Please use a ppc profile!" ;;
- sparc) die "This architecture always uses a 64-bit kernel." ;;
-esac
+++ /dev/null
-# Force disable multilib USE flag
--multilib
+++ /dev/null
-# Copyright 2004-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Id$
-
-# SECTION: Mask
-
-# 2008/02/13 - Chris Gianelloni <wolf31o2@gentoo.org>
-# Mask multilib, since we cannot use it.
-multilib
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# We disable the symlink, since we won't be using it.
-SYMLINK_LIB="yes"
-
-# Since we're doing a pure 64-bit, we want LIBDIR to be lib64
-LIBDIR_amd64="lib64"
-LIBDIR_ppc64="lib64"
+++ /dev/null
-# Here we remove any ABI that isn't native.
-case ${ARCH} in
- mips)
- # Both n32 and n64 are 64-bit kernel and userland.
- # n64 is 64-bit pointers/long
- # n32 is 32-bit pointers/long
- case ${USE} in
- n32)
- export CFLAGS="${CFLAGS/-mabi=*/-mabi=n32}"
- export CXXFLAGS="${CFLAGS}"
- ;;
- n64)
- export CFLAGS="${CFLAGS/-mabi=*/-mabi=64}"
- export CXXFLAGS="${CFLAGS}"
- ;;
- esac
- ;;
-esac
+++ /dev/null
-# Force disable multilib USE flag
--multilib
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# USE flags masked because providing packages require a 32-bit ABI
-
-# 2008/02/13 - Chris Gianelloni <wolf31o2@gentoo.org>
-# Mask multilib, since we cannot use it.
-multilib