Support scratchbox, Nokia N900 and qemu arm archs

Add arm, armv5tejl and armv7l to the list of supported arm architectures
master
Thomas Preud'homme 2011-04-20 16:32:08 +02:00
parent 66d992d883
commit 8123e334e9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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)