aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2011-01-24 21:34:19 +0000
committerKevin Buettner <kevinb@redhat.com>2011-01-24 21:34:19 +0000
commit314d366acd62a3de1ff8fff788d5b369c2f2d36c (patch)
tree74900d43c782943f1d9a60242f2a043381c6a65e /gdb/Makefile.in
parenta491d753e80c10865e5fc704377ae41d9421bfe5 (diff)
downloadgdb-314d366acd62a3de1ff8fff788d5b369c2f2d36c.zip
gdb-314d366acd62a3de1ff8fff788d5b369c2f2d36c.tar.gz
gdb-314d366acd62a3de1ff8fff788d5b369c2f2d36c.tar.bz2
* configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
with remote-mips.o added to gdb_target_obs. * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 226faf6..36cc734 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -554,7 +554,7 @@ ALL_TARGET_OBS = \
solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
solib-som.o solib-pa64.o solib-darwin.o \
dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
- remote-m32r-sdi.o \
+ remote-m32r-sdi.o remote-mips.o \
xcoffread.o \
symfile-mem.o \
corelow.o \