commit:     bb3cd78fded630370fe0e64e61b233a3234394e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 06:31:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 30 06:31:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3cd78f

toolchain.eclass: restore dropped EXTRA_ECONF

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index bd7da8ced160..035ee7714d6f 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1327,7 +1327,7 @@ toolchain_src_configure() {
        # killing the 32bit builds which want /usr/lib.
        export ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries='
 
-       confgcc+=( "$@" )
+       confgcc+=( "$@" ${EXTRA_ECONF} )
 
        if [[ -n ${build_config_targets} ]] ; then
                # ./configure --with-build-config='bootstrap-lto bootstrap-cet'

Reply via email to