diff options
author | Kevin Buettner <kevinb@redhat.com> | 2007-02-23 22:50:41 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2007-02-23 22:50:41 +0000 |
commit | aeb4312340c07721ec9f914d67ccd4fc21385e46 (patch) | |
tree | c046b5bb73792ef2129a3a082880fa35878aef3a /gdb/configure.tgt | |
parent | 024b2372f5188ed4d7cd9ee5383594063a54cc93 (diff) | |
download | gdb-aeb4312340c07721ec9f914d67ccd4fc21385e46.zip gdb-aeb4312340c07721ec9f914d67ccd4fc21385e46.tar.gz gdb-aeb4312340c07721ec9f914d67ccd4fc21385e46.tar.bz2 |
Add support for new target, Toshiba Media Processor (MeP).
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 3682b46..94cd6bb 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -141,6 +141,8 @@ m68*-*-uclinux*) gdb_target=monitor ;; m88*-*-openbsd*) gdb_target=obsd ;; +mep-*-*) gdb_target=mep ;; + mips*-*-pe) gdb_target=wince ;; mips*-sgi-irix5*) gdb_target=irix5 ;; mips*-sgi-irix6*) gdb_target=irix6 ;; |