diff options
author | 2022-05-30 07:31:14 +0100 | |
---|---|---|
committer | 2022-05-30 07:31:14 +0100 | |
commit | bb3cd78fded630370fe0e64e61b233a3234394e5 (patch) | |
tree | 4b97368c2cb9ded0f3ee378fe26ff46e2fffc0e5 /eclass | |
parent | toolchain.eclass: add bootstrap-set build config if USE=cet (diff) | |
download | gentoo-bb3cd78fded630370fe0e64e61b233a3234394e5.tar.gz gentoo-bb3cd78fded630370fe0e64e61b233a3234394e5.tar.bz2 gentoo-bb3cd78fded630370fe0e64e61b233a3234394e5.zip |
toolchain.eclass: restore dropped EXTRA_ECONF
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '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 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' |