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:
parent
996e968353
commit
11fa8909c8
@ -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>
|
Mon Dec 7 23:14:51 1998 Mike Stump <mrs@wrs.com>
|
||||||
|
|
||||||
* emit-rtl.c: Fix typo.
|
* emit-rtl.c: Fix typo.
|
||||||
|
@ -2285,10 +2285,13 @@ changequote([,])dnl
|
|||||||
fixincludes=fixinc.wrap
|
fixincludes=fixinc.wrap
|
||||||
tmake_file=t-netbsd
|
tmake_file=t-netbsd
|
||||||
;;
|
;;
|
||||||
mipsel-*-linux*) # Little endian Linux MIPS
|
mips*-*-linux*) # Linux MIPS, either endian.
|
||||||
xmake_file=x-linux
|
xmake_file=x-linux
|
||||||
xm_file="xm-siglist.h ${xm_file}"
|
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"
|
extra_parts="crtbegin.o crtend.o"
|
||||||
gnu_ld=yes
|
gnu_ld=yes
|
||||||
gas=yes
|
gas=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user