From: Jan-Benedict Glaw Date: Sat, 1 Apr 2023 19:09:19 +0000 (+0200) Subject: build-many-glibcs.py: --disable-gcov for gcc-first X-Git-Tag: glibc-2.38~358 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65cbd52174f5bc211dd655727c2239e25e55bfce;p=thirdparty%2Fglibc.git build-many-glibcs.py: --disable-gcov for gcc-first This is also being tracked n GCC [1]. Reviewed-by: Adhemerval Zanella [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100289 --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index e8bb82ed9d3..82f8d972816 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',