X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=5e58eab18f76ac0cbf8231f5c0243a995796ad45;hb=fbc70e6fa4665372ad22ecb03c7ff7b4e2b6a019;hp=e57b3562fe3beb355eb650eafae2a2b4d54c5507;hpb=7f0357f05bf1dae6e371b04a6f94d6912f0a0303;p=ust.git diff --git a/configure.ac b/configure.ac index e57b356..5e58eab 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,7 @@ changequote([,])dnl ppc64) LIBFORMAT="elf64-powerpc" ;; s390) LIBFORMAT="elf32-s390" ;; s390x) LIBFORMAT="elf64-s390" ;; + arm) LIBFORMAT="elf32-littlearm" ;; *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;; esac AC_SUBST(LIBFORMAT)