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 |