* configure.in (mips*-*-linux*): Handle big and little endian
systems.
* configure: Rebuilt.
From-SVN: r24172
+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.
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