diff options
author | Geoffrey Noer <noer@cygnus> | 1996-12-01 08:46:59 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-12-01 08:46:59 +0000 |
commit | c5c449520283809b6e77655a70cb9082f76a9e7c (patch) | |
tree | e8086886e897dfa9481aa217950169362fb1b2cf | |
parent | 94cff946b86a8c09df5fc232f2cff261010349f7 (diff) | |
download | gdb-c5c449520283809b6e77655a70cb9082f76a9e7c.zip gdb-c5c449520283809b6e77655a70cb9082f76a9e7c.tar.gz gdb-c5c449520283809b6e77655a70cb9082f76a9e7c.tar.bz2 |
Sun Dec 1 00:40:46 1996 Geoffrey Noer <noer@cygnus.com>
* configure.tgt: add new mn10300 entry
-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 84f2f9b..e03717d 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -184,6 +184,8 @@ mips*-*-sysv*) gdb_target=bigmips ;; mips*-*-riscos*) gdb_target=bigmips ;; mips*-*-vxworks*) gdb_target=vxmips ;; +mn10300-*-*) gdb_target=mn10300 ;; + none-*-*) gdb_target=none ;; np1-*-*) gdb_target=np1 ;; |