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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line 418 Link Here
418
	$(tc-getCC "$@") -fopenmp "${base}.c" -o "${base}" >&/dev/null
418
419
--
419
	if tc-is-clang; then
420
		$(tc-getCC "$@") -fopenmp "${base}.c" -o "${base}" >&/dev/null
421
	else
422
		$(tc-getCC "$@") -fopenmp=libomp "${base}.c" -o "${base}" >&/dev/null
423
	fi
424

Return to bug 603546