Commit 6e9856ba by Jim Wilson Committed by Jim Wilson

Fix big/little endian confusion.

	* configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h.

From-SVN: r21010
parent 15bfc37c
Wed Jul 8 15:08:29 1998 Jim Wilson <wilson@cygnus.com>
* configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h.
1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
* config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function
......
......@@ -4080,7 +4080,7 @@ for machine in $build $host $target; do
tmake_file=mips/t-ecoff
;;
mips64orion-*-rtems*)
tm_file="mips/elforion.h mips/elfl64.h mips/rtems64.h"
tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h"
tmake_file="mips/t-ecoff t-rtems"
;;
mipstx39el-*-elf*)
......
......@@ -2176,7 +2176,7 @@ for machine in $build $host $target; do
tmake_file=mips/t-ecoff
;;
mips64orion-*-rtems*)
tm_file="mips/elforion.h mips/elfl64.h mips/rtems64.h"
tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h"
tmake_file="mips/t-ecoff t-rtems"
;;
mipstx39el-*-elf*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment