I may have been unclear.
This affects ppc64le overall.
The reason is that vector is a keyword on ppc64(le).
For some reason, GCC does not have an issue with it, but some future version
might.
So the current issues happen when using clang (with glibc or not).
The issue that happens when attempti
On Thu, Mar 11, 2021 at 3:30 PM Ajit Khaparde
wrote:
>
> Address build issues with Clang and without glibc on ppc64le.
> Vector can be a keyword and should not be used in code.
> Renaming it to avoid conflict.
>
> Reported-by: Piotr Kubaj
> Signed-off-by: Ajit Khaparde
Patch applied to dpdk-next
Address build issues with Clang and without glibc on ppc64le.
Vector can be a keyword and should not be used in code.
Renaming it to avoid conflict.
Reported-by: Piotr Kubaj
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_irq.c | 2 +-
drivers/net/bnxt/bnxt_irq.h | 2 +-
2 files changed,
3 matches
Mail list logo