diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
commit | 61def6bdbf0413c7a576501be1817b2fcd1c57e4 (patch) | |
tree | b0ebe60a01b99b5d20175f6353ce05937a1f31cf /gdb/configure.tgt | |
parent | 44878bae0ae9c011b53d9f66a9b2666c26bc23e1 (diff) | |
download | gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.zip gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.gz gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.bz2 |
Contribute target dependent code for Morpho Technologies ms1 processor.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ad7795c..052c1a6 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -20,6 +20,7 @@ m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;; m68*) gdb_target_cpu=m68k ;; m88*) gdb_target_cpu=m88k ;; mips*) gdb_target_cpu=mips ;; +ms1*) gdb_target_cpu=ms1 ;; powerpc*) gdb_target_cpu=powerpc ;; sparc*) gdb_target_cpu=sparc ;; thumb*) gdb_target_cpu=arm ;; @@ -144,6 +145,8 @@ mips*-*-*) gdb_target=embed ;; mn10300-*-*) gdb_target=mn10300 ;; +ms1-*-*) gdb_target=ms1 ;; + powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_target=nbsd ;; powerpc-*-openbsd*) gdb_target=obsd ;; |