https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104656
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jose E. Marchesi <jema...@gcc.gnu.org>: https://gcc.gnu.org/g:39be73d07bb667fd5d313a3398f5399e091f2c0c commit r12-7373-g39be73d07bb667fd5d313a3398f5399e091f2c0c Author: Jose E. Marchesi <jose.march...@oracle.com> Date: Wed Feb 23 20:48:30 2022 +0100 bpf: do not --enable-gcov for bpf-*-* targets This patch changes the build machinery in order to disable the build of GCOV (both compiler and libgcc) in bpf-*-* targets. The reason for this change is that BPF is (currently) too restricted in order to support the coverage instrumentalization. Tested in bpf-unknown-none and x86_64-linux-gnu targets. 2022-02-23 Jose E. Marchesi <jose.march...@oracle.com> gcc/ChangeLog PR target/104656 * configure.ac: --disable-gcov if targetting bpf-*. * configure: Regenerate. libgcc/ChangeLog PR target/104656 * configure.ac: --disable-gcov if targetting bpf-*. * configure: Regenerate.