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:
parent
14c99236da
commit
3c986eeae3
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue