* configure.in: Default the r5900 to little endian.
authorJeff Law <law@redhat.com>
Tue, 15 Jul 1997 16:13:18 +0000 (16:13 +0000)
committerJeff Law <law@redhat.com>
Tue, 15 Jul 1997 16:13:18 +0000 (16:13 +0000)
        * configure: Rebuilt.

gas/ChangeLog
gas/configure
gas/configure.in

index df21cb11c4524bd62d93445b96fcb072b761fb50..95e361dbf64afd731f1e252879272f0c85d76259 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-r5900
+Tue Jul 15 10:15:39 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in: Default the r5900 to little endian.
+       * configure: Rebuilt.
+
+end-sanitize-r5900
 start-sanitize-tic80
 Mon Jul 14 19:30:55 1997  Fred Fish  <fnf@cygnus.com>
 
index 5b43547526b8b6e462f0d8f2689fec78d4d9d600..0f0944b75a1b6442747ca46408d97c242ee3c036 100755 (executable)
@@ -745,6 +745,7 @@ for this_target in $target $canon_targets ; do
       m683??)          cpu_type=m68k ;;
       m8*)             cpu_type=m88k ;;
       mips*el)         cpu_type=mips endian=little ;;
+      mips*5900*)      cpu_type=mips endian=little ;;
       mips*)           cpu_type=mips endian=big ;;
       powerpcle*)      cpu_type=ppc endian=little ;;
       powerpc*)                cpu_type=ppc endian=big ;;
index 4d07198af93f4f99226dd759a7b90e161a425261..002b68d450c5cb4705e4b8ded0856b06755efd16 100644 (file)
@@ -88,6 +88,7 @@ changequote(,)dnl
 changequote([,])dnl
       m8*)             cpu_type=m88k ;;
       mips*el)         cpu_type=mips endian=little ;;
+      mips*5900*)       cpu_type=mips endian=little ;;
       mips*)           cpu_type=mips endian=big ;;
       powerpcle*)      cpu_type=ppc endian=little ;;
       powerpc*)                cpu_type=ppc endian=big ;;