Commit f3f268dd by Kaveh R. Ghazi Committed by Kaveh Ghazi

* config.gcc (mips*-*-netbsd*): Include ${tm_file}.

From-SVN: r56222
parent f0201fba
2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config.gcc (mips*-*-netbsd*): Include ${tm_file}.
2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
backslash in comment preceeding macro definition.
* i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment