summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-31 19:48:55 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-31 21:42:06 +0100
commit66e9731c309d07a56a70bbf5bba0f0deb8d8c34f (patch)
treefe78de116f23ff527268a75438092fa4e3438590 /eclass
parenttoolchain.eclass: drop support for standalone lang=d (diff)
downloadgentoo-66e9731c309d07a56a70bbf5bba0f0deb8d8c34f.tar.gz
gentoo-66e9731c309d07a56a70bbf5bba0f0deb8d8c34f.tar.bz2
gentoo-66e9731c309d07a56a70bbf5bba0f0deb8d8c34f.zip
toolchain.eclass: drop tweak for pythondir for gcc-{4.5..4.7}
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 4ba4674f19b7..0848fb18e356 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -465,14 +465,6 @@ toolchain_src_prepare() {
make_gcc_hard
fi
- # install the libstdc++ python into the right location
- # http://gcc.gnu.org/PR51368
- if tc_version_is_between 4.5 4.7 ; then
- sed -i \
- '/^pythondir =/s:=.*:= $(datadir)/python:' \
- "${S}"/libstdc++-v3/python/Makefile.in || die
- fi
-
# make sure the pkg config files install into multilib dirs.
# since we configure with just one --libdir, we can't use that
# (as gcc itself takes care of building multilibs). #435728