Fixed bug 5402 - ARM support little update proposal

David Carlier

No fix but mostly an update for ARM architecture.
This commit is contained in:
Sam Lantinga
2020-12-17 21:41:23 -08:00
parent 10625f9d89
commit 6bd4c717a1
7 changed files with 15 additions and 2 deletions

View File

@@ -834,6 +834,7 @@ if(LIBC)
check_symbol_exists(sysconf "unistd.h" HAVE_SYSCONF)
check_symbol_exists(sysctlbyname "sys/types.h;sys/sysctl.h" HAVE_SYSCTLBYNAME)
check_symbol_exists(getauxval "sys/auxv.h" HAVE_GETAUXVAL)
check_symbol_exists(elf_aux_info "sys/auxv.h" HAVE_ELF_AUX_INFO)
check_symbol_exists(poll "poll.h" HAVE_POLL)
check_library_exists(m pow "" HAVE_LIBM)