diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-07 23:31:05 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-07 23:31:05 +0000 |
commit | cd24b8a4033454aaac4cf053291fbc9bd0743016 (patch) | |
tree | e54b2a405619368c8a02e209b7b1aa4cde9d53de /gcc/config.gcc | |
parent | 09e77dee592f5bdb33b3e3ccd48fdba631d26139 (diff) | |
download | gcc-cd24b8a4033454aaac4cf053291fbc9bd0743016.zip gcc-cd24b8a4033454aaac4cf053291fbc9bd0743016.tar.gz gcc-cd24b8a4033454aaac4cf053291fbc9bd0743016.tar.bz2 |
config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
* config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
* config/mips/t-netbsd: New file.
From-SVN: r54353
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a52740c..24e0c9b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1815,6 +1815,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian. tm_file="mips/little.h $tm_file" ;; esac + tmake_file="${tmake_file} mips/t-netbsd" ;; mips*-*-linux*) # Linux MIPS, either endian. tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h" |