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

(-)a/eclass/toolchain.eclass (-2 / +4 lines)
Lines 1684-1693 toolchain_src_install() { Link Here
1684
			ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
1684
			ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
1685
		fi
1685
		fi
1686
	done
1686
	done
1687
	# Clear out the main go binaries as we don't want to clobber dev-lang/go
1687
	# Rename the main go binaries as we don't want to clobber dev-lang/go
1688
	# when gcc-config runs. #567806
1688
	# when gcc-config runs. #567806
1689
	if tc_version_is_at_least 5 && is_go ; then
1689
	if tc_version_is_at_least 5 && is_go ; then
1690
		rm -f go gofmt
1690
		for x in go gofmt; do
1691
			mv ${x} ${x}-5 || die
1692
		done
1691
	fi
1693
	fi
1692
1694
1693
	# Now do the fun stripping stuff
1695
	# Now do the fun stripping stuff

Return to bug 567806