Add armv6l to ARM supported processors

Add armv6l to the list of supported ARM architecture (as returned by
uname -m) in ./configure
This commit is contained in:
Thomas Preud'homme 2012-11-11 20:01:01 +01:00
parent 14c99236da
commit 3c986eeae3

2
configure vendored
View file

@ -51,7 +51,7 @@ case "$cpu" in
x86_64) x86_64)
cpu="x86-64" cpu="x86-64"
;; ;;
arm|armv4l|armv5tel|armv5tejl|armv6j|armv7a|armv7l) arm|armv4l|armv5tel|armv5tejl|armv6j|armv6l|armv7a|armv7l)
cpu="armv4l" cpu="armv4l"
;; ;;
alpha) alpha)