W dniu śro, 20.06.2018 o godzinie 19∶49 +0200, użytkownik Michael
Haubenwallner napisał:
> ---
> eclass/toolchain.eclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
> index 68e4ce15b37..fe41a80db28 100644
> --- a/eclass/toolchain.eclass
> +++ b/eclass/toolchain.eclass
> @@ -2207,7 +2207,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} ]]
${EROOT%/}/ for EAPI 7 compliance.
> then
> ewarn "The currently selected specs-specific
> gcc config,"
> ewarn "${current_specs}, doesn't exist
> anymore. This is usually"
--
Best regards,
Michał Górny