From: Michael Haubenwallner Date: Wed, 20 Jun 2018 16:24:51 +0000 (+0200) Subject: toolchain.eclass: ROOT->EROOT at looking for gcc specs file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8183ba6f0a04dbca32f08aac7e1fba80117603db;p=gentoo.git toolchain.eclass: ROOT->EROOT at looking for gcc specs file --- diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 09d2b7869e1a..485fe6f22c1b 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -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"