aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2012-11-11 20:01:01 +0100
committerThomas Preud'homme <robotux@celest.fr>2012-11-11 20:01:01 +0100
commit3c986eeae344666940ba9b342849fc819b0c2dd8 (patch)
tree7681671355bb1007aea8d694b964e40924278a7f
parent14c99236da35f393e25d08868126284b687008f7 (diff)
downloadtinycc-3c986eeae344666940ba9b342849fc819b0c2dd8.tar.gz
tinycc-3c986eeae344666940ba9b342849fc819b0c2dd8.tar.bz2
Add armv6l to ARM supported processors
Add armv6l to the list of supported ARM architecture (as returned by uname -m) in ./configure
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1efe9cc..11ebf8c 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)