diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2012-11-11 20:01:01 +0100 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2012-11-11 20:01:01 +0100 |
| commit | 3c986eeae344666940ba9b342849fc819b0c2dd8 (patch) | |
| tree | 7681671355bb1007aea8d694b964e40924278a7f /configure | |
| parent | 14c99236da35f393e25d08868126284b687008f7 (diff) | |
| download | tinycc-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
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
