bpf: do not --enable-gcov for bpf-*-* targets
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 23 Feb 2022 19:48:30 +0000 (20:48 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Thu, 24 Feb 2022 15:43:57 +0000 (16:43 +0100)
commit39be73d07bb667fd5d313a3398f5399e091f2c0c
tree3e6cf98da8b0bcb24f3170f64f3b0f7e864cfe94
parenta4066d3a5097333f17c0d7be1630a98f3a5b1c1d
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.marchesi@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.
gcc/configure
gcc/configure.ac
libgcc/configure
libgcc/configure.ac