config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
authorH.J. Lu <hjl@gnu.org>
Sun, 11 Nov 2001 01:50:40 +0000 (01:50 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 11 Nov 2001 01:50:40 +0000 (17:50 -0800)
2001-11-11  H.J. Lu <hjl@gnu.org>

* config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.

From-SVN: r46921

gcc/ChangeLog
gcc/config.gcc

index 471cd3169a55e6203a14a8674c793f03bcf72ad4..5430046f9937b6326bcbb85fcc4eb7cfe4450273 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-11  H.J. Lu <hjl@gnu.org>
+
+       * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
+
 Sun Nov 11 01:26:00 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * final.c (*_MAX_SKIP): Use *_max_skip variables.
index d439ed9ecd932b0651d966a993cf46897bbeb368..6f17aaae0110eefa70b696e562b08fb75c7ab5e9 100644 (file)
@@ -2261,7 +2261,7 @@ mipsel-*-netbsd* | mips-dec-netbsd*)    # Decstation running NetBSD
        ;;
 mips*-*-linux*)                                # Linux MIPS, either endian.
        xmake_file=x-linux
-        tm_file="linux.h mips/linux.h"
+        tm_file="elfos.h svr4.h linux.h mips/linux.h"
        case $machine in
         mipsisa32*-*)
                 tm_file="$tm_file mips/isa32-linux.h"