diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-20 18:13:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-20 18:13:18 +0000 |
commit | 42471775ef8a345f81d1f957ae83b026211c2a9a (patch) | |
tree | b3f1707b46a59732924b0dcbc431a00bf5350763 /gdb/configure.host | |
parent | a876ecf9beafc358b801fc6976b95d67706252ff (diff) | |
download | gdb-42471775ef8a345f81d1f957ae83b026211c2a9a.zip gdb-42471775ef8a345f81d1f957ae83b026211c2a9a.tar.gz gdb-42471775ef8a345f81d1f957ae83b026211c2a9a.tar.bz2 |
2004-02-20 Andrew Cagney <cagney@redhat.com>
Fix PR tdep/1372.
* configure.tgt: Delete target "none-*-*".
* configure.host: Delete host "none-*-*".
* config/none/none.mh: Delete file.
* config/none/none.mt: Delete file.
* config/none/xm-none.h: Delete file.
* config/none/tm-none.h: Delete file.
* config/none/nm-none.h: Delete file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 232decc..9632d7e 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -106,8 +106,6 @@ mips*-*-netbsd*) gdb_host=nbsd ;; # OBSOLETE mips-*-sysv*) gdb_host=riscos ;; # OBSOLETE mips-*-riscos*) gdb_host=riscos ;; -none-*-*) gdb_host=none ;; - ns32k-*-netbsd*) gdb_host=nbsdaout ;; powerpc-*-aix3*) gdb_host=aix ;; |