configure.in (mips*-*-linux*): Handle big and little endian systems.

* configure.in (mips*-*-linux*): Handle big and little endian
        systems.
        * configure: Rebuilt.

From-SVN: r24172
This commit is contained in:
Robert Lipe 1998-12-07 22:58:57 +00:00 committed by Jeff Law
parent 996e968353
commit 11fa8909c8
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Mon Dec 7 23:56:28 1998 Robert Lipe <robertl@dgii.com>
* configure.in (mips*-*-linux*): Handle big and little endian
systems.
* configure: Rebuilt.
Mon Dec 7 23:14:51 1998 Mike Stump <mrs@wrs.com>
* emit-rtl.c: Fix typo.

View File

@ -2285,10 +2285,13 @@ changequote([,])dnl
fixincludes=fixinc.wrap
tmake_file=t-netbsd
;;
mipsel-*-linux*) # Little endian Linux MIPS
mips*-*-linux*) # Linux MIPS, either endian.
xmake_file=x-linux
xm_file="xm-siglist.h ${xm_file}"
tm_file="mips/elfl.h mips/linux.h"
case $machine in
mipsel-*) tm_file="mips/elfl.h mips/linux.h" ;;
*) tm_file="mips/elf.h mips/linux.h" ;;
esac
extra_parts="crtbegin.o crtend.o"
gnu_ld=yes
gas=yes