From: Thomas Preud'homme Date: Sun, 11 Nov 2012 19:01:01 +0000 (+0100) Subject: Add armv6l to ARM supported processors X-Git-Tag: release_0_9_26~106 X-Git-Url: https://repo.or.cz/w/tinycc.git/commitdiff_plain/3c986eeae344666940ba9b342849fc819b0c2dd8 Add armv6l to ARM supported processors Add armv6l to the list of supported ARM architecture (as returned by uname -m) in ./configure --- 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)