profiles/features: Remove unused *bit-native
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Jan 2017 11:46:10 +0000 (12:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 1 Feb 2017 12:27:07 +0000 (13:27 +0100)
profiles/features/32bit-native/eapi [deleted file]
profiles/features/32bit-native/make.defaults [deleted file]
profiles/features/32bit-native/packages [deleted file]
profiles/features/32bit-native/profile.bashrc [deleted file]
profiles/features/32bit-native/use.force [deleted file]
profiles/features/32bit-native/use.mask [deleted file]
profiles/features/64bit-native/eapi [deleted file]
profiles/features/64bit-native/make.defaults [deleted file]
profiles/features/64bit-native/profile.bashrc [deleted file]
profiles/features/64bit-native/use.force [deleted file]
profiles/features/64bit-native/use.mask [deleted file]

diff --git a/profiles/features/32bit-native/eapi b/profiles/features/32bit-native/eapi
deleted file mode 100644 (file)
index 7ed6ff8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/features/32bit-native/make.defaults b/profiles/features/32bit-native/make.defaults
deleted file mode 100644 (file)
index f23c882..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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=""
diff --git a/profiles/features/32bit-native/packages b/profiles/features/32bit-native/packages
deleted file mode 100644 (file)
index 887f05d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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
diff --git a/profiles/features/32bit-native/profile.bashrc b/profiles/features/32bit-native/profile.bashrc
deleted file mode 100644 (file)
index c601900..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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
diff --git a/profiles/features/32bit-native/use.force b/profiles/features/32bit-native/use.force
deleted file mode 100644 (file)
index 78a0ced..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Force disable multilib USE flag
--multilib
diff --git a/profiles/features/32bit-native/use.mask b/profiles/features/32bit-native/use.mask
deleted file mode 100644 (file)
index f5d4435..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
diff --git a/profiles/features/64bit-native/eapi b/profiles/features/64bit-native/eapi
deleted file mode 100644 (file)
index 7ed6ff8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/features/64bit-native/make.defaults b/profiles/features/64bit-native/make.defaults
deleted file mode 100644 (file)
index 550c923..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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"
diff --git a/profiles/features/64bit-native/profile.bashrc b/profiles/features/64bit-native/profile.bashrc
deleted file mode 100644 (file)
index 71acdf8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
diff --git a/profiles/features/64bit-native/use.force b/profiles/features/64bit-native/use.force
deleted file mode 100644 (file)
index 78a0ced..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Force disable multilib USE flag
--multilib
diff --git a/profiles/features/64bit-native/use.mask b/profiles/features/64bit-native/use.mask
deleted file mode 100644 (file)
index 25c2457..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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