Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Michael Haubenwallner <haubi@g.o>
Subject: Re: [gentoo-dev] [PATCH 1/5] toolchain.eclass: ROOT->EROOT at looking for gcc specs file
Date: Wed, 20 Jun 2018 19:59:07
Message-Id: 1529524735.1791.2.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/5] toolchain.eclass: ROOT->EROOT at looking for gcc specs file by Michael Haubenwallner
1 W dniu śro, 20.06.2018 o godzinie 19∶49 +0200, użytkownik Michael
2 Haubenwallner napisał:
3 > ---
4 > eclass/toolchain.eclass | 2 +-
5 > 1 file changed, 1 insertion(+), 1 deletion(-)
6 >
7 > diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
8 > index 68e4ce15b37..fe41a80db28 100644
9 > --- a/eclass/toolchain.eclass
10 > +++ b/eclass/toolchain.eclass
11 > @@ -2207,7 +2207,7 @@ do_gcc_config() {
12 > [[ -n ${current_specs} ]] && use_specs=-
13 > ${current_specs}
14 >
15 > if [[ -n ${use_specs} ]] && \
16 > - [[ ! -e ${ROOT}/etc/env.d/gcc/${CTARGET}-
17 > ${GCC_CONFIG_VER}${use_specs} ]]
18 > + [[ ! -e ${EROOT}etc/env.d/gcc/${CTARGET}-
19 > ${GCC_CONFIG_VER}${use_specs} ]]
20
21 ${EROOT%/}/ for EAPI 7 compliance.
22
23 > then
24 > ewarn "The currently selected specs-specific
25 > gcc config,"
26 > ewarn "${current_specs}, doesn't exist
27 > anymore. This is usually"
28 --
29 Best regards,
30 Michał Górny