Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136382
Collapse All | Expand All

(-)toolchain.eclass (+2 lines)
Lines 1611-1616 Link Here
1611
	rm -r "${D}${LIBEXECPATH}"/install-tools
1611
	rm -r "${D}${LIBEXECPATH}"/install-tools
1612
	# This one comes with binutils
1612
	# This one comes with binutils
1613
	find "${D}" -name libiberty.a -exec rm -f {} \;
1613
	find "${D}" -name libiberty.a -exec rm -f {} \;
1614
	# Move libgcj.pc to libgcj-${PV} - bug #135840
1615
	mv ${D}/usr/lib/pkgconfig/libgcj.pc ${D}/usr/lib/pkgconfig/libgcj-${PV}.pc
1614
1616
1615
	# Move the libraries to the proper location
1617
	# Move the libraries to the proper location
1616
	gcc_movelibs
1618
	gcc_movelibs

Return to bug 136382