diff options
Diffstat (limited to 'gcc/config.gcc')
| -rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 88beada..087101d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2200,9 +2200,9 @@ mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD ;; mips*-*-linux*) # Linux MIPS, either endian. xmake_file=x-linux + tm_file="linux.h mips/linux.h" case $machine in - mips*el-*) tm_file="elfos.h mips/elfl.h mips/linux.h" ;; - *) tm_file="elfos.h mips/elf.h mips/linux.h" ;; + mips*el-*) tm_file="mips/little.h $tm_file" ;; esac tmake_file="t-slibgcc-elf-ver t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
