summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 97d4f9be63..5eabaa127d 100755
--- a/configure
+++ b/configure
@@ -167,7 +167,7 @@ alpha() {
arm() {
case "$host_arch" in
- arm) return 0;;
+ arm*) return 0;;
*) return 1;;
esac
}
@@ -2126,7 +2126,7 @@ EOF
_optimizing="$proc"
;;
- arm|armv4l|armv5tel)
+ arm*)
_arch='ARM'
_target_arch='ARCH_ARM = yes'
iproc='arm'