Skip to content

Commit

Permalink
toolchain.eclass: ROOT->EROOT at looking for gcc specs file
Browse files Browse the repository at this point in the history
  • Loading branch information
haubi committed Jul 9, 2018
1 parent c3e6586 commit 8183ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ do_gcc_config() {
[[ -n ${current_specs} ]] && use_specs=-${current_specs}

if [[ -n ${use_specs} ]] && \
[[ ! -e ${ROOT%/}/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}${use_specs} ]]
[[ ! -e ${EROOT%/}/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}${use_specs} ]]
then
ewarn "The currently selected specs-specific gcc config,"
ewarn "${current_specs}, doesn't exist anymore. This is usually"
Expand Down

0 comments on commit 8183ba6

Please sign in to comment.