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 271e8c911a3bfe867273a41fd0f9f6fd1f00de05..8340681e6dcd587e88ba149c18e3fe382edb4465 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 e8242be7422155f6fbfc5ad87a3337bedc4379c5..08ffddde2f729f6d2d9ae9a6e5f86b5ccfebf940 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 c80f3e3d44e30b69be1f0abce3a55682fc5f87a0..d8d3e91b351c9231aeda33b65bbce8ee430e0d71 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 ;;