From 38efae7f3eb932ed41510139679efd5c1e2f5eda Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jan 2025 06:31:29 +0000 Subject: gentoo auto-resync : 04:01:2025 - 06:31:29 --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/toolchain.eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 85b5a2b23392..d85994855704 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -721,7 +721,7 @@ toolchain_src_prepare() { gnuconfig_update - if ! use prefix-guest && [[ -n ${EPREFIX} ]] ; then + if ! is_crosscompile && ! use prefix-guest && [[ -n ${EPREFIX} ]] ; then einfo "Prefixifying dynamic linkers..." for f in gcc/config/*/*linux*.h ; do ebegin " Updating ${f}" -- cgit v1.2.3