https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125182
Alice Carlotti <acarlotti at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acarlotti at gcc dot gnu.org
--- Comment #4 from Alice Carlotti <acarlotti at gcc dot gnu.org> ---
Is it just the four getauxval arguments that differ? That is, are the bit
assignments withing each HWCAP the same?
We should probably condition the AT_HWCAP* definitions upon the target OS.
Checking a header file first might work in practice, but it feels less robust
in case the header file is missing some of the definitions.