summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-30 07:31:14 +0100
committerSam James <sam@gentoo.org>2022-05-30 07:31:14 +0100
commitbb3cd78fded630370fe0e64e61b233a3234394e5 (patch)
tree4b97368c2cb9ded0f3ee378fe26ff46e2fffc0e5 /eclass
parenttoolchain.eclass: add bootstrap-set build config if USE=cet (diff)
downloadgentoo-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.eclass2
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'