Once upon a time, Steve Grubb <[email protected]> said:
> Not sure how to proceed. I suspect this will be a bigger problem as more 
> people start to take advantage of the eBPF facility.

I think the issue is that you are building with clang, not gcc.  gcc
defines __x86_64__ by default (on the appropriate systems of course), so
I expect the kernel headers assume it is defined.  You probably would
have a number of other issues without the expected gcc macros, since
there are other conditionals that expect __x86_64__ (and potentially
other gcc macros) to exist.

I don't know if there's some flag or configuration option to clang to
have it define the same common macros as gcc.
-- 
Chris Adams <[email protected]>
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to