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