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

(-)a/eclass/toolchain.eclass (-5 / +6 lines)
Lines 1175-1184 toolchain_src_configure() { Link Here
1175
1175
1176
	### library options
1176
	### library options
1177
1177
1178
	if ! is_gcj ; then
1178
	if tc_version_is_between 3.0 7.0 ; then
1179
		confgcc+=( --disable-libgcj )
1179
		if ! is_gcj ; then
1180
	elif use awt ; then
1180
			confgcc+=( --disable-libgcj )
1181
		confgcc+=( --enable-java-awt=gtk )
1181
		elif use awt ; then
1182
			confgcc+=( --enable-java-awt=gtk )
1183
		fi
1182
	fi
1184
	fi
1183
1185
1184
	if tc_version_is_at_least 4.2 ; then
1186
	if tc_version_is_at_least 4.2 ; then
1185
- 

Return to bug 659798