Skip to content
  • Richard Henderson's avatar
    arm: Use getauxval for feature detection · 10c198cb
    Richard Henderson authored
    In certain minimal chroot /proc is not mounted, but the kernel
    always fills in AT_PLATFORM and AT_HWCAP.  Use configure detection
    of <sys/auxv.h> instead of magic glibc version testing, as we've
    been doing in arm64 and ppc.
    10c198cb