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

Collapse All | Expand All

(-)toolchain.eclass (-7 / +7 lines)
Lines 595-600 Link Here
595
				einfo "  ${f%%...}"
595
				einfo "  ${f%%...}"
596
			done
596
			done
597
	fi
597
	fi
598
599
	# we don't want fixed includes :)
600
	if tc_version_is_at_least 4.0; then
601
		echo : > "${S}"/fixincludes/fixinc.in || die
602
	else
603
		echo : > "${S}"/gcc/fixinc/fixincl.sh || die
604
	fi
598
}
605
}
599
606
600
guess_patch_type_in_dir() {
607
guess_patch_type_in_dir() {
Lines 1611-1623 Link Here
1611
		fi
1618
		fi
1612
	done
1619
	done
1613
1620
1614
	# Remove generated headers, as they can cause things to break
1615
	# (ncurses, openssl, etc).
1616
	while read x ; do
1617
		grep -q 'It has been auto-edited by fixincludes from' "${x}" \
1618
			&& rm -f "${x}"
1619
	done < <(find gcc/include*/ -name '*.h')
1620
1621
	# Do the 'make install' from the build directory
1621
	# Do the 'make install' from the build directory
1622
	S="${WORKDIR}"/build emake -j1 DESTDIR="${D}" install || die
1622
	S="${WORKDIR}"/build emake -j1 DESTDIR="${D}" install || die
1623
1623

Return to bug 536878