arm: Use getauxval for feature detection
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.