diff options
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 14dbef9..54bd1ef 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. |