Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 31 Jul 2020 20:44:05
Message-Id: 1596228126.66e9731c309d07a56a70bbf5bba0f0deb8d8c34f.slyfox@gentoo
1 commit: 66e9731c309d07a56a70bbf5bba0f0deb8d8c34f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 18:48:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 20:42:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e9731c
7
8 toolchain.eclass: drop tweak for pythondir for gcc-{4.5..4.7}
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 8 --------
13 1 file changed, 8 deletions(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 4ba4674f19b..0848fb18e35 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -465,14 +465,6 @@ toolchain_src_prepare() {
20 make_gcc_hard
21 fi
22
23 - # install the libstdc++ python into the right location
24 - # http://gcc.gnu.org/PR51368
25 - if tc_version_is_between 4.5 4.7 ; then
26 - sed -i \
27 - '/^pythondir =/s:=.*:= $(datadir)/python:' \
28 - "${S}"/libstdc++-v3/python/Makefile.in || die
29 - fi
30 -
31 # make sure the pkg config files install into multilib dirs.
32 # since we configure with just one --libdir, we can't use that
33 # (as gcc itself takes care of building multilibs). #435728