Commit 3e619f14 by H.J. Lu Committed by H.J. Lu

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

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
parent dbefdf4a
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> Sun Nov 11 01:26:00 CET 2001 Jan Hubicka <jh@suse.cz>
* final.c (*_MAX_SKIP): Use *_max_skip variables. * final.c (*_MAX_SKIP): Use *_max_skip variables.
......
...@@ -2261,7 +2261,7 @@ mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD ...@@ -2261,7 +2261,7 @@ mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
;; ;;
mips*-*-linux*) # Linux MIPS, either endian. mips*-*-linux*) # Linux MIPS, either endian.
xmake_file=x-linux 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 case $machine in
mipsisa32*-*) mipsisa32*-*)
tm_file="$tm_file mips/isa32-linux.h" tm_file="$tm_file mips/isa32-linux.h"
......
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