From 87f5355496a23915469b71b0292ab04377cf0ebd Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 20 Jul 2011 21:02:33 +0000 Subject: [PATCH] config.gcc (mips*-*-linux*): Remove redundant tm_file entry. gcc/ 2011-07-20 Robert Millan * config.gcc (mips*-*-linux*): Remove redundant tm_file entry. From-SVN: r176535 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3011fda171..a33530ab705 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-07-20 Robert Millan + + * config.gcc (mips*-*-linux*): Remove redundant tm_file entry. + 2011-07-20 Ulrich Weigand * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by diff --git a/gcc/config.gcc b/gcc/config.gcc index 9215d0c79e8..4a16ff836be 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 -- 2.30.2