Fix big/little endian confusion.
* configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h. From-SVN: r21010
This commit is contained in:
parent
15bfc37c69
commit
6e9856bad2
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user