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
This commit is contained in:
Jan-Benedict Glaw 2023-04-01 21:09:19 +02:00 committed by Adhemerval Zanella
parent e5524ef335
commit 65cbd52174

View File

@ -1481,6 +1481,7 @@ class Config(object):
'--disable-threads',
'--disable-libatomic',
'--disable-decimal-float',
'--disable-gcov',
'--disable-libffi',
'--disable-libgomp',
'--disable-libitm',