Support more arm EABI compatible architectures

Add support for:
  - armv5tel
  - armv6j
  - armv7a
master
Thomas Preud'homme 2010-04-18 19:29:11 +02:00
parent e9406c09a3
commit e4ed4e7f4f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -41,7 +41,7 @@ case "$cpu" in
x86_64) x86_64)
cpu="x86-64" cpu="x86-64"
;; ;;
armv4l) armv4l|armv5tel|armv6j|armv7a)
cpu="armv4l" cpu="armv4l"
;; ;;
alpha) alpha)