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

(-)/usr/portage/eclass/cmake-utils.eclass.orig (+1 lines)
Lines 470-475 Link Here
470
	cat > ${toolchain_file} <<- _EOF_
470
	cat > ${toolchain_file} <<- _EOF_
471
		SET (CMAKE_C_COMPILER $(tc-getCC))
471
		SET (CMAKE_C_COMPILER $(tc-getCC))
472
		SET (CMAKE_CXX_COMPILER $(tc-getCXX))
472
		SET (CMAKE_CXX_COMPILER $(tc-getCXX))
473
		SET (CMAKE_Fortran_COMPILER $(tc-getFC))
473
	_EOF_
474
	_EOF_
474
475
475
	if tc-is-cross-compiler; then
476
	if tc-is-cross-compiler; then

Return to bug 486626