diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-02-25 22:05:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-02-25 22:05:00 +0000 |
commit | 8fa6fcf829ba167f8e10e4a1a25d09a378aed926 (patch) | |
tree | cd067e7cfc9dd5ace6fe6926f38caadb93603dd2 /gdb/configure.in | |
parent | 15f4406cf897e77bbe6171917463e89023a98b76 (diff) | |
download | gdb-8fa6fcf829ba167f8e10e4a1a25d09a378aed926.zip gdb-8fa6fcf829ba167f8e10e4a1a25d09a378aed926.tar.gz gdb-8fa6fcf829ba167f8e10e4a1a25d09a378aed926.tar.bz2 |
* configure.in (mips*-*-vxworks*): New config.
* configure: Regenerated.
* config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
* remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
Remove, never used.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index b828499..78efdc4 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -541,6 +541,7 @@ mips*-*-mach3*) gdb_target=mach3 ;; mips*-*-sysv4*) gdb_target=mipsv4 ;; mips*-*-sysv*) gdb_target=bigmips ;; mips*-*-riscos*) gdb_target=bigmips ;; +mips*-*-vxworks*) gdb_target=vxmips ;; none-*-*) gdb_target=none ;; |