Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346953 | Differences between
and this patch

Collapse All | Expand All

(-)busybox-1.18.3.ebuild (-1 lines)
Lines 98-104 Link Here
98
		-e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \
98
		-e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \
99
		-e "/^AR\>/s:=.*:= $(tc-getAR):" \
99
		-e "/^AR\>/s:=.*:= $(tc-getAR):" \
100
		-e "/^CC\>/s:=.*:= $(tc-getCC):" \
100
		-e "/^CC\>/s:=.*:= $(tc-getCC):" \
101
		-e "/^LD\>/s:=.*:= $(tc-getLD):" \
102
		-e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
101
		-e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
103
		Makefile || die
102
		Makefile || die
104
}
103
}

Return to bug 346953