diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2005-02-12 10:38:52 +0000 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2005-02-12 10:38:52 +0000 |
commit | d2225058fd5a9e88592a95df3fe04f2e68a8bc68 (patch) | |
tree | a222549febb09750145cd852af9b82a36a8eff3b /gdb/configure.tgt | |
parent | dbe7319c7cad35fb5c5a012e056d67224cb09b02 (diff) | |
download | gdb-d2225058fd5a9e88592a95df3fe04f2e68a8bc68.tar.gz |
Restore h8300 support
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 ee4330431e3..a6a44f66a96 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -70,6 +70,8 @@ cris*) gdb_target=cris ;; frv-*-*) gdb_target=frv ;; +h8300-*-*) gdb_target=h8300 ;; + hppa*64*-*-hpux11*) gdb_target=hppa64 ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; |