X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=5e58eab18f76ac0cbf8231f5c0243a995796ad45;hb=618f74d9b64410da1c0684c040787198dec03161;hp=2b2962a5e1891231effe8c83e9249f28e9a0c061;hpb=cacf036243594e11fc8a7e0f47f07af97a79042f;p=ust.git diff --git a/configure.ac b/configure.ac index 2b2962a..5e58eab 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,8 @@ AC_C_INLINE AC_FUNC_MALLOC AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) +CFLAGS="-Wall $CFLAGS" + # URCU # urcu - check if we just find the headers it out of the box. @@ -102,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)