Skip to content

arm: Use getauxval for feature detection

Richard Henderson requested to merge rth/nettle:fat-arm into master

In certain minimal chroot /proc is not mounted, but the kernel always fills in AT_PLATFORM and AT_HWCAP. I think using configure to detect <sys/auxv.h> is cleaner than the current practice of glibc version detection.

Merge request reports