From: H.J. Lu Date: Sun, 11 Nov 2001 01:50:40 +0000 (+0000) Subject: config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e619f14331e9c3daa0af310640ef182e9e75e23;p=gcc.git config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips. 2001-11-11 H.J. Lu * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips. From-SVN: r46921 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 471cd3169a5..5430046f993 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-11 H.J. Lu + + * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips. + Sun Nov 11 01:26:00 CET 2001 Jan Hubicka * final.c (*_MAX_SKIP): Use *_max_skip variables. diff --git a/gcc/config.gcc b/gcc/config.gcc index d439ed9ecd9..6f17aaae011 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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"