Add perf context support for ARMv7
[lttng-ust.git] / configure.ac
index 105b46ff97831a549aa8304bd78a260701fe223f..a9667329a42244d18fec9175c99dc9e9d65354e1 100644 (file)
@@ -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])
 
This page took 0.022583 seconds and 4 git commands to generate.