Support more arm EABI compatible architectures
Add support for: - armv5tel - armv6j - armv7a
This commit is contained in:
parent
e9406c09a3
commit
e4ed4e7f4f
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -41,7 +41,7 @@ case "$cpu" in
|
|||
x86_64)
|
||||
cpu="x86-64"
|
||||
;;
|
||||
armv4l)
|
||||
armv4l|armv5tel|armv6j|armv7a)
|
||||
cpu="armv4l"
|
||||
;;
|
||||
alpha)
|
||||
|
|
Loading…
Reference in a new issue