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

(-)/usr/portage/eclass/toolchain.eclass.orig (+2 lines)
Lines 1170-1175 Link Here
1170
				   $(tc-getCPP ${CTARGET}) -E - <<<"#include <pthread.h>" >& /dev/null
1170
				   $(tc-getCPP ${CTARGET}) -E - <<<"#include <pthread.h>" >& /dev/null
1171
				then
1171
				then
1172
					confgcc="${confgcc} $(use_enable openmp libgomp)"
1172
					confgcc="${confgcc} $(use_enable openmp libgomp)"
1173
				else
1174
					confgcc="${confgcc} --disable-libgomp"
1173
				fi
1175
				fi
1174
			else
1176
			else
1175
				confgcc="${confgcc} --disable-libgomp"
1177
				confgcc="${confgcc} --disable-libgomp"

Return to bug 359855