summaryrefslogtreecommitdiff
path: root/eclass/toolchain.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-20 07:07:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-20 07:07:08 +0100
commitaaa44376d7162304219748a3b6771d9a26fc80fe (patch)
tree62d3e3eea5cc8134a92a731a756d15bfd8fe0177 /eclass/toolchain.eclass
parent6f97f3b697516aeae25033ec37234739fff23fbc (diff)
gentoo auto-resync : 20:07:2023 - 07:07:07
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index dabdd3a8f4fa..ed6692ca8dea 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -998,7 +998,13 @@ toolchain_src_configure() {
fi
fi
- confgcc+=( --disable-bootstrap )
+ confgcc+=(
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100289
+ # TOOD: Find a way to disable this just for stage1 cross?
+ --disable-gcov
+
+ --disable-bootstrap
+ )
else
if tc-is-static-only ; then
confgcc+=( --disable-shared )