From: Jim Wilson Date: Wed, 8 Jul 1998 15:09:39 +0000 (+0000) Subject: Fix big/little endian confusion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e9856bad2bbef3d63c761a50037b6cb11663be8;p=gcc.git Fix big/little endian confusion. * configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h. From-SVN: r21010 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39d6e313c12..687542a28a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 8 15:08:29 1998 Jim Wilson + + * configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h. + 1998-07-08 Vladimir N. Makarov * config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function diff --git a/gcc/configure b/gcc/configure index 51d341db77e..654ec63724e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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*) diff --git a/gcc/configure.in b/gcc/configure.in index a5e96bef85f..17149633138 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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*)