X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=a9667329a42244d18fec9175c99dc9e9d65354e1;hb=d286ad50d958f988399fadc0a53bf4770b7a10ae;hp=105b46ff97831a549aa8304bd78a260701fe223f;hpb=b9389e6efa5e337e3de81062070f2e0dff1a4222;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 105b46ff..a9667329 100644 --- a/configure.ac +++ b/configure.ac @@ -222,6 +222,7 @@ AS_CASE([$host_cpu], [i[[3456]]86], [UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS=yes], [x86_64], [UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS=yes], [amd64], [UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS=yes], + [armv7l], [UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS=yes], [UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS=no]) AC_MSG_RESULT([$UST_SUPPORT_FOR_ARCH_PERF_EVENT_COUNTERS])