diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-06-20 18:24:51 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-07-09 18:20:11 +0200 |
commit | 8183ba6f0a04dbca32f08aac7e1fba80117603db (patch) | |
tree | 0eb066e8b84db6891df394aad5eb6e8f1877c8c5 /eclass/toolchain.eclass | |
parent | toolchain.eclass: EAPI 7 aware for D,ED,ROOT,EROOT (diff) | |
download | gentoo-8183ba6f0a04dbca32f08aac7e1fba80117603db.tar.gz gentoo-8183ba6f0a04dbca32f08aac7e1fba80117603db.tar.bz2 gentoo-8183ba6f0a04dbca32f08aac7e1fba80117603db.zip |
toolchain.eclass: ROOT->EROOT at looking for gcc specs file
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |