Support scratchbox, Nokia N900 and qemu arm archs
Add arm, armv5tejl and armv7l to the list of supported arm architectures
This commit is contained in:
parent
66d992d883
commit
8123e334e9
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -45,7 +45,7 @@ case "$cpu" in
|
|||
x86_64)
|
||||
cpu="x86-64"
|
||||
;;
|
||||
armv4l|armv5tel|armv6j|armv7a)
|
||||
arm|armv4l|armv5tel|armv5tejl|armv6j|armv7a|armv7l)
|
||||
cpu="armv4l"
|
||||
;;
|
||||
alpha)
|
||||
|
|
Loading…
Reference in a new issue