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

Collapse All | Expand All

(-)xen-tools.orig//xen-tools-3.4.2-r3.ebuild (-1 / +1 lines)
Lines 138-144 Link Here
138
		append-flags -fno-strict-overflow
138
		append-flags -fno-strict-overflow
139
	fi
139
	fi
140
140
141
	emake -C tools ${myopt} || die "compile failed"
141
	emake CC=$(tc-getCC) -C tools ${myopt} || die "compile failed"
142
142
143
	if use doc; then
143
	if use doc; then
144
		sh ./docs/check_pkgs || die "package check failed"
144
		sh ./docs/check_pkgs || die "package check failed"

Return to bug 383973