https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125182
--- Comment #5 from Alice Carlotti <acarlotti at gcc dot gnu.org> --- Based on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294062#c5, it looks like there's also an issue with <sys/auxv.h> indirectly including defines for HWCAP_ that are numerically equivalent but spelled differently. So I think we'll need to do one of: - make the definitions conditional, - not include <sys/auxb.h>, or - use different names for the HWCAP_* macros to avoid the clash. The last option looks like the cleanest one to me.
