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

(-)portage/eclass/toolchain.eclass.orig (-1 / +1 lines)
Lines 2344-2350 Link Here
2344
2344
2345
is_cxx() {
2345
is_cxx() {
2346
	gcc-lang-supported 'c++' || return 1
2346
	gcc-lang-supported 'c++' || return 1
2347
	use build && return 1
2347
	use build && return 0
2348
	! use nocxx
2348
	! use nocxx
2349
}
2349
}
2350
2350

Return to bug 171821