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

(-)toolchain.eclass (-3 / +4 lines)
Lines 1119-1128 Link Here
1119
1119
1120
	### library options
1120
	### library options
1121
1121
1122
	if ! is_gcj ; then
1122
	if is_gcj ; then
1123
		confgcc+=( --disable-gjdoc )
1124
		use awt && confgcc+=( --enable-java-awt=gtk )
1125
	else
1123
		confgcc+=( --disable-libgcj )
1126
		confgcc+=( --disable-libgcj )
1124
	elif use awt ; then
1125
		confgcc+=( --enable-java-awt=gtk )
1126
	fi
1127
	fi
1127
1128
1128
	if tc_version_is_at_least 4.2 ; then
1129
	if tc_version_is_at_least 4.2 ; then

Return to bug 552882