Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 652076
Collapse All | Expand All

(-)/usr/portage/www-client/chromium/chromium-65.0.3325.146.ebuild (-2 / +2 lines)
Lines 381-388 Link Here
381
381
382
	if ! tc-is-clang; then
382
	if ! tc-is-clang; then
383
		# Force clang since gcc is pretty broken at the moment.
383
		# Force clang since gcc is pretty broken at the moment.
384
		CC=${CHOST}-clang
384
		CC=clang
385
		CXX=${CHOST}-clang++
385
		CXX=clang++
386
		strip-unsupported-flags
386
		strip-unsupported-flags
387
	fi
387
	fi
388
388

Return to bug 652076