]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix big/little endian confusion.
authorJim Wilson <wilson@cygnus.com>
Wed, 8 Jul 1998 15:09:39 +0000 (15:09 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 8 Jul 1998 15:09:39 +0000 (08:09 -0700)
* configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h.

From-SVN: r21010

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 39d6e313c123c8f283b09bdb6f31f8e7c1449249..687542a28a4cbcba445a605520e51e1451fe1a46 100644 (file)
@@ -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
index 51d341db77ed4b080769af2d972acb13db267b4b..654ec63724effc99903c9fe641720612ea725cd4 100755 (executable)
@@ -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*)
index a5e96bef85f1e4b6393f908c719873e36e3fa07d..17149633138f26d523c86e7bdb2ee8561653e306 100644 (file)
@@ -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*)