hange the arm headers to remove all the references to v7
[urcu.git] / configure.ac
index 9d53fe9c0bd928a0ebec22a155391801a86acb3c..69ce396ef07956e98d0480103a879fc8ed382305 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu], [0.5.0], [mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu], [0.5.2], [mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -52,7 +52,7 @@ case $host_cpu in
        sparc64) ARCHTYPE="sparc64" ;;
        alpha*) ARCHTYPE="alpha" ;;
        ia64) ARCHTYPE="gcc" ;;
-       armv7l) ARCHTYPE="armv7l" ;;
+       arm*) ARCHTYPE="arm" ;;
        *) ARCHTYPE="unknown";;
 esac
 
This page took 0.022227 seconds and 4 git commands to generate.