diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-11 23:29:31 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-11 23:29:31 +0000 |
commit | 0a8f1742669223640fa8b4509418675cfb3ea5a4 (patch) | |
tree | 014be7c4243f1c0d46be128bfc251041dcd956ea /gdb/configure.in | |
parent | a4b6affa7b66adb678d28513b55dc555482ee579 (diff) | |
download | gdb-0a8f1742669223640fa8b4509418675cfb3ea5a4.zip gdb-0a8f1742669223640fa8b4509418675cfb3ea5a4.tar.gz gdb-0a8f1742669223640fa8b4509418675cfb3ea5a4.tar.bz2 |
* configure.in (m68*-bull-sysv*): added support for Bull dpx2.
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files.
* config/m68k/dpx2.m{h,t}: New files.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 945cc5c..f5ee128 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -59,6 +59,7 @@ m68*-altos-*) gdb_host=altos ;; m68*-apollo*-sysv*) gdb_host=apollo68v ;; m68*-apollo*-bsd*) gdb_host=apollo68b ;; m68*-att-*) gdb_host=3b1 ;; +m68*-bull*-sysv*) gdb_host=dpx2 ;; m68*-cbm-sysv4*) gdb_host=amix ;; m68*-hp-bsd*) gdb_host=hp300bsd ;; m68*-hp-hpux*) gdb_host=hp300hpux ;; @@ -199,6 +200,7 @@ m68000-*-sunos3*) gdb_target=sun2os3 ;; m68000-*-sunos4*) gdb_target=sun2os4 ;; m68*-cbm-sysv4*) gdb_target=amix ;; +m68*-bull-sysv*) gdb_target=dpx2 ;; m68*-hp-bsd*) gdb_target=hp300bsd ;; m68*-hp-hpux*) gdb_target=hp300hpux ;; |