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

(-)musl-1.2.1.ebuild (-1 / +1 lines)
Lines 65-71 Link Here
65
	just_headers && export CC=true
65
	just_headers && export CC=true
66
66
67
	local sysroot
67
	local sysroot
68
	is_crosscompile && sysroot=/usr/${CTARGET}
68
	is_crosscompile && sysroot=${EPREFIX}/usr/${CTARGET}
69
	./configure \
69
	./configure \
70
		--target=${CTARGET} \
70
		--target=${CTARGET} \
71
		--prefix=${sysroot}/usr \
71
		--prefix=${sysroot}/usr \

Return to bug 755071