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

(-)toolchain.eclass.old (-1 / +1 lines)
Lines 1789-1795 Link Here
1789
	# code to run on the target.
1789
	# code to run on the target.
1790
	if tc_version_is_at_least 5 && is_crosscompile ; then
1790
	if tc_version_is_at_least 5 && is_crosscompile ; then
1791
		dodir "${HOSTLIBPATH}"
1791
		dodir "${HOSTLIBPATH}"
1792
		mv "${D}"/usr/$(get_libdir)/libcc1* "${D}${HOSTLIBPATH}" || die
1792
		mv "${D}"/usr/lib*/libcc1* "${D}${HOSTLIBPATH}" || die
1793
	fi
1793
	fi
1794
1794
1795
	# For all the libs that are built for CTARGET, move them into the
1795
	# For all the libs that are built for CTARGET, move them into the

Return to bug 582002