about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2023-04-01 21:09:19 +0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-04-19 08:28:56 -0300
commit65cbd52174f5bc211dd655727c2239e25e55bfce (patch)
tree901a50cd68cd45e368831560db6b78d3eeb0a27b /scripts
parente5524ef335dc8e28d64cc376d57c219e566fcf53 (diff)
downloadglibc-65cbd52174f5bc211dd655727c2239e25e55bfce.tar.gz
glibc-65cbd52174f5bc211dd655727c2239e25e55bfce.tar.xz
glibc-65cbd52174f5bc211dd655727c2239e25e55bfce.zip
build-many-glibcs.py: --disable-gcov for gcc-first
This is also being tracked n GCC [1].

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100289
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index e8bb82ed9d..82f8d97281 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -1481,6 +1481,7 @@ class Config(object):
                          '--disable-threads',
                          '--disable-libatomic',
                          '--disable-decimal-float',
+                         '--disable-gcov',
                          '--disable-libffi',
                          '--disable-libgomp',
                          '--disable-libitm',