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

(-)scripts/bootstrap.sh.orig (-1 / +1 lines)
Lines 346-352 if [[ -n ${STRAP_RUN} ]] ; then Link Here
346
	if [[ -x ${GCC_CONFIG} ]] && ${GCC_CONFIG} --get-current-profile &>/dev/null
346
	if [[ -x ${GCC_CONFIG} ]] && ${GCC_CONFIG} --get-current-profile &>/dev/null
347
	then
347
	then
348
		# Make sure we get the old gcc unmerged ...
348
		# Make sure we get the old gcc unmerged ...
349
		${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc || cleanup 1
349
		${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc
350
		# Make sure the profile and /lib/cpp and /usr/bin/cc are valid ...
350
		# Make sure the profile and /lib/cpp and /usr/bin/cc are valid ...
351
		${GCC_CONFIG} "$(${GCC_CONFIG} --get-current-profile)" &>/dev/null
351
		${GCC_CONFIG} "$(${GCC_CONFIG} --get-current-profile)" &>/dev/null
352
	fi
352
	fi

Return to bug 881839