summaryrefslogtreecommitdiff
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 ff12f642af..22be3a3b2e 100755
--- a/configure
+++ b/configure
@@ -366,8 +366,8 @@ case "$arch" in
fi
fi
;;
- # armv4l is a subset of armv5tel
- arm|armv4l|armv5tel)
+ # armv4l is a subset of armv[567]*l
+ arm|armv[4567]*l)
arch="armv4l"
;;
alpha)