hange the arm headers to remove all the references to v7
[urcu.git] / configure.ac
index ba0f466e4c3e3b5a04d13f3b7359051647df5664..69ce396ef07956e98d0480103a879fc8ed382305 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu], [0.4.5], [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.022888 seconds and 4 git commands to generate.