diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-21 14:21:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-01 13:27:08 +0100 |
commit | 74c1593b105fe120798e1a3730437082a34ac53e (patch) | |
tree | 1abd7d0c039ad37efb031a88e550e80a810b4441 /profiles/features | |
parent | profiles/features: Remove unused *bit-native (diff) | |
download | gentoo-74c1593b105fe120798e1a3730437082a34ac53e.tar.gz gentoo-74c1593b105fe120798e1a3730437082a34ac53e.tar.bz2 gentoo-74c1593b105fe120798e1a3730437082a34ac53e.zip |
profiles: Inline features/multilib/lib32
NFC except for effective LIBDIR_* for architectures irrelevant to
the profile at hand.
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/multilib/lib32/eapi | 1 | ||||
-rw-r--r-- | profiles/features/multilib/lib32/make.defaults | 13 | ||||
-rw-r--r-- | profiles/features/multilib/lib32/parent | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/profiles/features/multilib/lib32/eapi b/profiles/features/multilib/lib32/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/features/multilib/lib32/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/features/multilib/lib32/make.defaults b/profiles/features/multilib/lib32/make.defaults deleted file mode 100644 index b3ab33c98e43..000000000000 --- a/profiles/features/multilib/lib32/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Let baselayout create the lib symlink. -SYMLINK_LIB="yes" - -# 32-bit LIBDIR -LIBDIR_ppc="lib32" -LIBDIR_x86="lib32" -LIBDIR_x86_fbsd="lib32" -LIBDIR_sparc32="lib32" -LIBDIR_s390="lib32" diff --git a/profiles/features/multilib/lib32/parent b/profiles/features/multilib/lib32/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/features/multilib/lib32/parent +++ /dev/null @@ -1 +0,0 @@ -.. |