* config/mt-bigmips, config/mt-littlemips: Add ecoff.o.
This commit is contained in:
parent
069bc45432
commit
238025a44b
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# Target: Big-endian MIPS machine such as Sony News
|
||||
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
|
||||
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o ecoff.o
|
||||
TM_FILE= tm-bigmips.h
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Target: Little-endian MIPS machine such as DECstation.
|
||||
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
|
||||
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o ecoff.o
|
||||
TM_FILE= tm-mips.h
|
||||
|
|
Loading…
Reference in a new issue