diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-01-24 01:34:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-01-24 01:34:00 +0000 |
commit | 9a2e2aba8ce3967df5da25eb46ff5fa975525829 (patch) | |
tree | b98c18037e2a5c3958afd1adf526918e5c5cfba2 /gdb/configure.tgt | |
parent | 1a31a33a93c865f5f521a3a0629161979cf80b89 (diff) | |
download | gdb-9a2e2aba8ce3967df5da25eb46ff5fa975525829.zip gdb-9a2e2aba8ce3967df5da25eb46ff5fa975525829.tar.gz gdb-9a2e2aba8ce3967df5da25eb46ff5fa975525829.tar.bz2 |
* configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
ns32k-*-mach3*): Fix file names.
(i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
recognition, no source files for these.
* configure.tgt (powerpc-*-aix4*): Remove config, now identical
to powerpc-*-aix*.
* config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
no longer needed.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index d3cf7d9..ce9bb1e 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -233,7 +233,6 @@ powerpc-*-macos*) gdb_target=macos ;; powerpc-*-netware*) gdb_target=ppc-nw configdirs="${configdirs} nlm" ;; -powerpc-*-aix4*) gdb_target=aix4 ;; powerpc-*-aix*) gdb_target=aix ;; powerpcle-*-cygwin32) gdb_target=cygwin32 ;; powerpcle-*-solaris*) gdb_target=solaris ;; |