Skip to content

Commit

Permalink
toolchain.eclass: drop tweak for pythondir for gcc-{4.5..4.7}
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jul 31, 2020
1 parent 78ba201 commit 66e9731
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e9731

Please sign in to comment.