summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-02 13:57:56 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-02 17:38:58 +0200
commit08c7038f424a93746c867898769c9f8714247ec2 (patch)
tree84e760d1b5cb744ecc65389aaea4615a3b449dd7 /configure.in
parentscp2: cppuhelper is now gbuild'ified (diff)
downloadcore-08c7038f424a93746c867898769c9f8714247ec2.tar.gz
core-08c7038f424a93746c867898769c9f8714247ec2.zip
The Android NDK calls the CPU just "arm", not "armel"
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ba05eaec5969..efb7ca006275 100644
--- a/configure.in
+++ b/configure.in
@@ -2750,7 +2750,7 @@ linux-androideabi*)
case "$host_cpu" in
- armel)
+ arm|armel)
CPU=R
CPUNAME=ARM
OUTPATH=unxandr