Re: [PATCH v3 01/30] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
From: Quentin Monnet
Date: Mon Mar 09 2026 - 06:17:35 EST
2026-03-08 16:46 UTC+0000 ~ Leo Yan <leo.yan@xxxxxxx>
> Prepare for future changes where EXTRA_CFLAGS may include flags not
> applicable to the host compiler.
>
> Move the HOST_CFLAGS assignment before appending EXTRA_CFLAGS to
> CFLAGS so that HOST_CFLAGS does not inherit flags from EXTRA_CFLAGS.
>
> Signed-off-by: Leo Yan <leo.yan@xxxxxxx>
Acked-by: Quentin Monnet <qmo@xxxxxxxxxx>