diff options
author | Robert Millan <rmh@gnu.org> | 2011-07-20 21:02:33 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-07-20 21:02:33 +0000 |
commit | 87f5355496a23915469b71b0292ab04377cf0ebd (patch) | |
tree | 8dff7ea18650448cb836eeaface64614fa153a0b /gcc | |
parent | 742f29abe4e95ae070fe9d2cc45b6a1390a10e5e (diff) | |
download | gcc-87f5355496a23915469b71b0292ab04377cf0ebd.zip gcc-87f5355496a23915469b71b0292ab04377cf0ebd.tar.gz gcc-87f5355496a23915469b71b0292ab04377cf0ebd.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3011fd..a33530a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/config.gcc b/gcc/config.gcc index 9215d0c..4a16ff8 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 |