Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547358 | Differences between
and this patch

Collapse All | Expand All

(-)toolchain.eclass (-4 / +4 lines)
Lines 151-157 Link Here
151
	# versions which we dropped.  Since graphite was also experimental in
151
	# versions which we dropped.  Since graphite was also experimental in
152
	# the older versions, we don't want to bother supporting it.  #448024
152
	# the older versions, we don't want to bother supporting it.  #448024
153
	tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize )
153
	tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize )
154
	tc_version_is_at_least 4.9 && IUSE+=" cilk ada"
154
	tc_version_is_at_least 4.9 && IUSE+=" cilk"
155
	tc_version_is_at_least 5.0 && IUSE+=" jit"
155
	tc_version_is_at_least 5.0 && IUSE+=" jit"
156
	tc_version_is_at_least 6.0 && IUSE+=" pie +ssp"
156
	tc_version_is_at_least 6.0 && IUSE+=" pie +ssp"
157
fi
157
fi
Lines 858-865 Link Here
858
	is_f77 && GCC_LANG+=",f77"
858
	is_f77 && GCC_LANG+=",f77"
859
	is_f95 && GCC_LANG+=",f95"
859
	is_f95 && GCC_LANG+=",f95"
860
860
861
	# We do want 'ADA support' here!
861
	# We do NOT want 'ADA support' in here!
862
	is_ada && GCC_LANG+=",ada"
862
	# is_ada && GCC_LANG+=",ada"
863
863
864
	confgcc+=( --enable-languages=${GCC_LANG} )
864
	confgcc+=( --enable-languages=${GCC_LANG} )
865
865
Lines 1665-1671 Link Here
1665
	cd "${D}"${BINPATH}
1665
	cd "${D}"${BINPATH}
1666
	# Ugh: we really need to auto-detect this list.
1666
	# Ugh: we really need to auto-detect this list.
1667
	#      It's constantly out of date.
1667
	#      It's constantly out of date.
1668
	for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo gnatbind; do
1668
	for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo ; do
1669
		# For some reason, g77 gets made instead of ${CTARGET}-g77...
1669
		# For some reason, g77 gets made instead of ${CTARGET}-g77...
1670
		# this should take care of that
1670
		# this should take care of that
1671
		if [[ -f ${x} ]] ; then
1671
		if [[ -f ${x} ]] ; then

Return to bug 547358