diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:40:15 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:40:15 +0000 |
commit | a9c6f96edd65142dab0063066ae635cb5b445497 (patch) | |
tree | 2b802ee0a988dca03374fe4d95725012e86e8cf1 /gcc/config.gcc | |
parent | 818bf88a50476d6a6400dd4ce4fdec4c5f4758e8 (diff) | |
download | ppe42-gcc-a9c6f96edd65142dab0063066ae635cb5b445497.tar.gz ppe42-gcc-a9c6f96edd65142dab0063066ae635cb5b445497.zip |
* config.gcc (mips*-*-netbsd*): Include ${tm_file}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56222 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 14dbef9d5a7..54bd1ef587e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1855,7 +1855,7 @@ mips-sgi-*) # would otherwise be caught by mips-*-elf* exit 1 ;; mips*-*-netbsd*) # NetBSD/mips, either endian. - tm_file="elfos.h mips/netbsd.h" + tm_file="elfos.h ${tm_file} mips/netbsd.h" tmake_file="${tmake_file} mips/t-netbsd" ;; mips*-*-linux*) # Linux MIPS, either endian. |