summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-21 15:23:04 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-01 13:27:09 +0100
commit4176987526ba0af69b225d7ca1cc37f41462d81d (patch)
tree493ef0ec07d38ca97731931596011ca024e3c8ce /profiles/features
parentprofiles: Inline features/multilib/lib32 (diff)
downloadgentoo-4176987526ba0af69b225d7ca1cc37f41462d81d.tar.gz
gentoo-4176987526ba0af69b225d7ca1cc37f41462d81d.tar.bz2
gentoo-4176987526ba0af69b225d7ca1cc37f41462d81d.zip
profiles: Inline features/32bit-userland
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/32bit-userland/eapi1
-rw-r--r--profiles/features/32bit-userland/packages6
-rw-r--r--profiles/features/32bit-userland/parent1
-rw-r--r--profiles/features/32bit-userland/profile.bashrc9
4 files changed, 0 insertions, 17 deletions
diff --git a/profiles/features/32bit-userland/eapi b/profiles/features/32bit-userland/eapi
deleted file mode 100644
index 7ed6ff82de6b..000000000000
--- a/profiles/features/32bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/features/32bit-userland/packages b/profiles/features/32bit-userland/packages
deleted file mode 100644
index 8f4f21f838c4..000000000000
--- a/profiles/features/32bit-userland/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2006-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# We need kgcc64 to build kernels.
-*sys-devel/kgcc64
diff --git a/profiles/features/32bit-userland/parent b/profiles/features/32bit-userland/parent
deleted file mode 100644
index ef64da6e1d20..000000000000
--- a/profiles/features/32bit-userland/parent
+++ /dev/null
@@ -1 +0,0 @@
-../multilib
diff --git a/profiles/features/32bit-userland/profile.bashrc b/profiles/features/32bit-userland/profile.bashrc
deleted file mode 100644
index 9eebc767690d..000000000000
--- a/profiles/features/32bit-userland/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Here we remove any ABI that isn't 32-bit.
-case ${PROFILE_ARCH} in
- mips64)
- # This is for o32 (64-bit kernel, 32-bit userland) so we force -mabi=32
- export CHOST="mips-unknown-linux-gnu"
- export CFLAGS="${CFLAGS/-mabi=*/-mabi=32}"
- export CXXFLAGS="${CFLAGS}"
- ;;
-esac