diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-20 21:02:33 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-20 21:02:33 +0000 |
commit | 17c6be22b07557adf4aff4835e8a52f41b69b044 (patch) | |
tree | 8dff7ea18650448cb836eeaface64614fa153a0b /gcc/config.gcc | |
parent | c2841599d3b8d3c9e74a2f7c531330a29081eeb0 (diff) | |
download | gcc-17c6be22b07557adf4aff4835e8a52f41b69b044.tar.gz |
gcc/
2011-07-20 Robert Millan <rmh@gnu.org>
* config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176535 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |