* configure.in: Default the r5900 to little endian.
* configure: Rebuilt.
This commit is contained in:
parent
8ae66b94c6
commit
9587640a81
3 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
1
gas/configure
vendored
1
gas/configure
vendored
|
@ -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 ;;
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue