X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=0300e75a4ac05f81b70b910527bb3e3fc4a73cca;hb=2819ef641bb6e2f7aa60c28f3a8f5ad252aa7d00;hp=15cc0c38613a8dc61c77f862aba2e9030cee53e1;hpb=1102e811a7922f3bd3c0429a608c8c727c8bb1cd;p=userspace-rcu.git diff --git a/configure.ac b/configure.ac index 15cc0c3..0300e75 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu],[0.7.13],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.17],[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 @@ -69,6 +69,7 @@ AS_CASE([$host_cpu], [powerpc], [ARCHTYPE="ppc"], [ppc64], [ARCHTYPE="ppc"], [powerpc64], [ARCHTYPE="ppc"], + [powerpc64le], [ARCHTYPE="gcc"], [ppc], [ARCHTYPE="ppc"], [s390], [ARCHTYPE="s390"], [s390x], [ARCHTYPE="s390"], @@ -77,6 +78,7 @@ AS_CASE([$host_cpu], [alpha*], [ARCHTYPE="alpha"], [ia64], [ARCHTYPE="gcc"], [arm*], [ARCHTYPE="arm"], + [aarch64], [ARCHTYPE="gcc"], [mips*], [ARCHTYPE="mips"], [ARCHTYPE="unknown"] )