From 3c986eeae344666940ba9b342849fc819b0c2dd8 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sun, 11 Nov 2012 20:01:01 +0100 Subject: [PATCH] Add armv6l to ARM supported processors Add armv6l to the list of supported ARM architecture (as returned by uname -m) in ./configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1efe9cc4..11ebf8c8 100755 --- a/configure +++ b/configure @@ -51,7 +51,7 @@ case "$cpu" in x86_64) cpu="x86-64" ;; - arm|armv4l|armv5tel|armv5tejl|armv6j|armv7a|armv7l) + arm|armv4l|armv5tel|armv5tejl|armv6j|armv6l|armv7a|armv7l) cpu="armv4l" ;; alpha) -- 2.11.4.GIT