Re: [PATCH V2] bpf: do not --enable-gcov for bpf-*-* targets

2022-02-24 Thread Jose E. Marchesi
> On Thu, Feb 24, 2022 at 2:49 PM Jose E. Marchesi > wrote: >> >> >> > On Wed, Feb 23, 2022 at 8:56 PM Jose E. Marchesi >> > wrote: >> >> >> >> This patch changes the build machinery in order to disable the build >> >> of GCOV (both compiler and libgcc) in bpf-*-* targets. The reason for >> >>

Re: [PATCH V2] bpf: do not --enable-gcov for bpf-*-* targets

2022-02-24 Thread Richard Biener via Gcc-patches
On Thu, Feb 24, 2022 at 2:49 PM Jose E. Marchesi wrote: > > > > On Wed, Feb 23, 2022 at 8:56 PM Jose E. Marchesi > > wrote: > >> > >> 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 i

Re: [PATCH V2] bpf: do not --enable-gcov for bpf-*-* targets

2022-02-24 Thread Jose E. Marchesi
> On Wed, Feb 23, 2022 at 8:56 PM Jose E. Marchesi > wrote: >> >> 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 cov

Re: [PATCH V2] bpf: do not --enable-gcov for bpf-*-* targets

2022-02-24 Thread Richard Biener via Gcc-patches
On Wed, Feb 23, 2022 at 8:56 PM Jose E. Marchesi wrote: > > 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 instr