commit | 36b5b63b36891259aacf851774c517e5fa583266 | [log] [tgz] |
---|---|---|
author | pkubaj <pkubaj@FreeBSD.org> | Thu Feb 24 22:07:45 2022 +0000 |
committer | Martijn van Beurden <mvanb1@gmail.com> | Fri Apr 22 15:27:54 2022 +0200 |
tree | fef9034e344fd22a154d4d4901ced0062b4df423 | |
parent | b171e767e282909d3f4ef4b7d7fcb9b7d7987ff5 [diff] |
Fix hwcaps type for FreeBSD/powerpc* According to elf_aux_info() manpage, AT_HWCAP2 is of u_long type. Feature detection works anyway in this case, but u_long is more correct. While here, also remove FreeBSD 11 support, it's EOL.