Commit 87f53554 by Robert Millan Committed by Richard Sandiford

config.gcc (mips*-*-linux*): Remove redundant tm_file entry.

gcc/
2011-07-20  Robert Millan  <rmh@gnu.org>

	* config.gcc (mips*-*-linux*): Remove redundant tm_file entry.

From-SVN: r176535
parent 742f29ab
2011-07-20 Robert Millan <rmh@gnu.org>
* config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
......
......@@ -1845,7 +1845,7 @@ mips*-*-linux*) # Linux MIPS, either endian.
tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h"
tmake_file="${tmake_file} mips/t-libgcc-mips16"
if test x$enable_targets = xall; then
tm_file="${tm_file} mips/gnu-user.h mips/gnu-user64.h mips/linux64.h"
tm_file="${tm_file} mips/gnu-user64.h mips/linux64.h"
tmake_file="${tmake_file} mips/t-linux64"
tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
fi
......
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