diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 01:50:40 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 01:50:40 +0000 |
commit | 930aae15552eac4137f90eaf898e7e24054434bf (patch) | |
tree | d78ec2e6f0750757ffca7d9f063b27514b2459a7 /gcc | |
parent | 143a5ccd513cb78ea6c17f4a404af4eac087d09e (diff) | |
download | gcc-930aae15552eac4137f90eaf898e7e24054434bf.tar.gz |
2001-11-11 H.J. Lu <hjl@gnu.org>
* config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46921 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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. 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" |