diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-09 03:56:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-09 03:56:03 +0000 |
commit | 1b59432770021935a1b9095a851fe33e2b1d1228 (patch) | |
tree | 7f1fceb7321c8da4d17f15f9ea8379b7ba52e4e3 /gdb/configure.host | |
parent | 4a32a1e4169e11847a4efae7f6b5369a9df44199 (diff) | |
download | gdb-1b59432770021935a1b9095a851fe33e2b1d1228.zip gdb-1b59432770021935a1b9095a851fe33e2b1d1228.tar.gz gdb-1b59432770021935a1b9095a851fe33e2b1d1228.tar.bz2 |
Obsolete harris 88k target.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 322b42c..215a966 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -104,7 +104,7 @@ m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; -m88*-harris-cxux*) gdb_host=cxux ;; +# OBSOLETE m88*-harris-cxux*) gdb_host=cxux ;; m88*-motorola-sysv4*) gdb_host=delta88v4 ;; m88*-motorola-sysv*) gdb_host=delta88 ;; m88*-*-*) gdb_host=m88k ;; |