Accept armbe as a big-endian arm configuration.
authorNick Clifton <nickc@redhat.com>
Thu, 15 Jul 2004 16:26:41 +0000 (16:26 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Jul 2004 16:26:41 +0000 (16:26 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index 271e8c9..8340681 100644 (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.
index e8242be..08ffddd 100755 (executable)
@@ -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 ;;
index c80f3e3..d8d3e91 100644 (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 ;;