X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=5e58eab18f76ac0cbf8231f5c0243a995796ad45;hb=618f74d9b64410da1c0684c040787198dec03161;hp=bdd6795f6ce9eaea9d2f91d6373f726354524ac1;hpb=df39c97f33c65bc39945b5ebe429526fb38f3406;p=ust.git diff --git a/configure.ac b/configure.ac index bdd6795..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) @@ -128,15 +131,16 @@ AC_CONFIG_FILES([ tests/same_line_marker/Makefile tests/trace_event/Makefile tests/tracepoint/Makefile + tests/tracepoint/benchmark/Makefile tests/register_test/Makefile - tests/ustcmd_function_tests/Makefile + tests/libustctl_function_tests/Makefile libustinstr-malloc/Makefile libustfork/Makefile libustconsumer/Makefile ust-consumerd/Makefile ustctl/Makefile libustcomm/Makefile - libustcmd/Makefile + libustctl/Makefile snprintf/Makefile ]) AC_OUTPUT