diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 21:06:50 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 21:10:56 +0100 |
commit | a1efcd42dd340551354666bdd704e030145b652e (patch) | |
tree | b4ddeff9af1888ddfa015d2648b27ca0f91fe053 /profiles | |
parent | dev-db/phppgadmin: remote_id -> github (diff) | |
download | gentoo-a1efcd42dd340551354666bdd704e030145b652e.tar.gz gentoo-a1efcd42dd340551354666bdd704e030145b652e.tar.bz2 gentoo-a1efcd42dd340551354666bdd704e030145b652e.zip |
profiles/prefix/linux/x86: drop profile.bashrc
SYMLINK_LIB is going away (if it isn't yet), a 32-bootstrap on 64-host
needs help from bootstrap-prefix.sh to succeed.
Closes: https://bugs.gentoo.org/640186
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/linux/x86/profile.bashrc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/profiles/prefix/linux/x86/profile.bashrc b/profiles/prefix/linux/x86/profile.bashrc deleted file mode 100644 index 5e3242d8ff41..000000000000 --- a/profiles/prefix/linux/x86/profile.bashrc +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 - -# When x86-linux runs on an amd64 host having /lib32, -# we need to have binutils to search there too (#360197). -# The patches to do so are applied upon SYMLINK_LIB=yes, -# needed when /lib32 is (a symlink to) an existing directory. -if [[ ${CATEGORY}/${PN} = sys-devel/binutils ]] \ -&& [[ ${EBUILD_PHASE} == setup ]] \ -&& [[ -d ${ROOT}lib32/. ]] \ -; then - export SYMLINK_LIB=yes -fi |