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

(-)toolchain.eclass.orig (-1 / +2 lines)
Lines 1184-1190 Link Here
1184
		use objc-gc && confgcc="${confgcc} --enable-objc-gc"
1184
		use objc-gc && confgcc="${confgcc} --enable-objc-gc"
1185
		is_objcxx && GCC_LANG="${GCC_LANG},obj-c++"
1185
		is_objcxx && GCC_LANG="${GCC_LANG},obj-c++"
1186
	fi
1186
	fi
1187
	is_treelang && GCC_LANG="${GCC_LANG},treelang"
1187
	# We do NOT want 'treelang support' in here!
1188
	#is_treelang && GCC_LANG="${GCC_LANG},treelang"
1188
1189
1189
	# fortran support just got sillier! the lang value can be f77 for
1190
	# fortran support just got sillier! the lang value can be f77 for
1190
	# fortran77, f95 for fortran95, or just plain old fortran for the
1191
	# fortran77, f95 for fortran95, or just plain old fortran for the

Return to bug 199924