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

Collapse All | Expand All

(-)toolchain.eclass.orig (-1 / +1 lines)
Lines 1477-1483 Link Here
1477
	find gcc/include*/ -type l -print0 | xargs -0 rm -f
1477
	find gcc/include*/ -type l -print0 | xargs -0 rm -f
1478
	# Remove generated headers, as they can cause things to break
1478
	# Remove generated headers, as they can cause things to break
1479
	# (ncurses, openssl, etc).
1479
	# (ncurses, openssl, etc).
1480
	for x in $(find gcc/include*/ -name '*.h') ; do
1480
	for x in $(find gcc/include*/ -name '*.h' ! -name 'cdefs.h') ; do
1481
		grep -q 'It has been auto-edited by fixincludes from' "${x}" \
1481
		grep -q 'It has been auto-edited by fixincludes from' "${x}" \
1482
			&& rm -f "${x}"
1482
			&& rm -f "${x}"
1483
	done
1483
	done

Return to bug 444678