Accept armbe as a big-endian arm configuration.

This commit is contained in:
Nick Clifton 2004-07-15 16:26:41 +00:00
parent 44a6d974f7
commit 152c65b9ca
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-07-15 Nick Clifton <nickc@redhat.com>
* configure.in: Accept armbe as a big-endian arm configuration.
* configure: Regenerate.
2004-07-13 Thomas Nystrom <thn@saeab.se>
* config/tc-i386.c (T_SHIFTOP): New constant.

1
gas/configure vendored
View File

@ -4165,6 +4165,7 @@ for this_target in $target $canon_targets ; do
case ${cpu} in
am33_2.0) cpu_type=mn10300 endian=little ;;
alpha*) cpu_type=alpha ;;
arm*be|xscale*be|strongarm*be | \
arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
c4x*) cpu_type=tic4x ;;

View File

@ -124,6 +124,7 @@ changequote([,])dnl
case ${cpu} in
am33_2.0) cpu_type=mn10300 endian=little ;;
alpha*) cpu_type=alpha ;;
arm*be|xscale*be|strongarm*be | \
arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
c4x*) cpu_type=tic4x ;;