From: Stefan Ring Date: Wed, 10 Nov 2010 22:54:47 +0000 (+0100) Subject: * configure.ac: Recognize armv7 as well. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=commitdiff_plain;h=4f55818331a18fee0050c282f909d113d3370744 * configure.ac: Recognize armv7 as well. --- diff --git a/configure.ac b/configure.ac index dd46a9932..d29902fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ alpha | alphaev56 | alphapca56 ) JAVA_ARCH="alpha" ;; -arm | armv4* | armv5* | armv6* ) +arm | armv4* | armv5* | armv6* | armv7* ) ARCH_DIR="arm" ARCH_FLAGS="-D__ARM__" JAVA_ARCH="arm"