mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 03:00:54 +02:00
build: remove arm includes from getauxval() check
Then the check will work on platforms other than ARM.
This commit is contained in:
@@ -1210,8 +1210,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <xmmintrin.h>]], [[
|
||||
|
||||
AC_MSG_CHECKING(for strong getauxval support in the system headers)
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
#include <arm_acle.h>
|
||||
#include <arm_neon.h>
|
||||
#include <sys/auxv.h>
|
||||
]], [[
|
||||
getauxval(AT_HWCAP);
|
||||
|
Reference in New Issue
Block a user