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

Collapse All | Expand All

(-)0.9.7-icecream-create-env.patch (-2 / +2 lines)
Lines 50-61 Link Here
50
target=`gcc -dumpmachine`
50
target=`gcc -dumpmachine`
51
if [ "x${target}" = "x${prefix}" ]
51
if [ "x${target}" = "x${prefix}" ]
52
then
52
then
53
	/usr/lib/icecc/icecc-create-env \
53
	/usr/share/icecc/icecc-create-env \
54
		/usr/${prefix}/gcc-bin/${version}/gcc \
54
		/usr/${prefix}/gcc-bin/${version}/gcc \
55
		/usr/${prefix}/gcc-bin/${version}/g++ \
55
		/usr/${prefix}/gcc-bin/${version}/g++ \
56
		| tee ${tmpfile}
56
		| tee ${tmpfile}
57
else
57
else
58
	/usr/lib/icecc/icecc-create-env \
58
	/usr/share/icecc/icecc-create-env \
59
		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-gcc \
59
		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-gcc \
60
		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-g++ \
60
		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-g++ \
61
		| tee ${tmpfile}
61
		| tee ${tmpfile}

Return to bug 399259