public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] build-many-glibcs.py: --disable-gcov for gcc-first
@ 2023-04-19 12:05 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-04-19 12:05 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=65cbd52174f5bc211dd655727c2239e25e55bfce

commit 65cbd52174f5bc211dd655727c2239e25e55bfce
Author: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Date:   Sat Apr 1 21:09:19 2023 +0200

    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

Diff:
---
 scripts/build-many-glibcs.py | 1 +
 1 file changed, 1 insertion(+)

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',

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-19 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 12:05 [glibc] build-many-glibcs.py: --disable-gcov for gcc-first Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).