X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=6b4a74fb8a55bdc76a403fbca1b9c400a021a215;hb=7465c8c4ab045c9a317872c219b2a98c0cf5b4f6;hp=2255c7b494b5c2142822e962b7a5a56c86fa5326;hpb=f5bd78ecfb58bcf70f67ce329484829e5a10ebd7;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 2255c7b4..6b4a74fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.6.0-rc3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.2],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -238,6 +238,7 @@ changequote([,])dnl s390) NO_UNALIGNED_ACCESS=1 ;; s390x) NO_UNALIGNED_ACCESS=1 ;; arm*) NO_UNALIGNED_ACCESS=1 ;; + aarch64) NO_UNALIGNED_ACCESS=1 ;; mips*) NO_UNALIGNED_ACCESS=1 ;; tile*) NO_UNALIGNED_ACCESS=1 ;; *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;