diff options
author | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 18:43:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 18:43:17 +0000 |
commit | 6c71dbc457622f35ea830b9004ea124fd3413812 (patch) | |
tree | d0c22d5d072e3c7bebd0c84d9c6cc6c0c7708b01 /gas/configure.in | |
parent | 3e6bb910c3e70024f820373b1e6d14d857dcff4b (diff) | |
download | gdb-6c71dbc457622f35ea830b9004ea124fd3413812.zip gdb-6c71dbc457622f35ea830b9004ea124fd3413812.tar.gz gdb-6c71dbc457622f35ea830b9004ea124fd3413812.tar.bz2 |
Remove long-obsolete MPW support.
* mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
* configure.in: Remove mention of ppc-*-mpw* config.
* configure.in: Likewise.
[testsuite/ChangeLog]
* gas/macros/macros.exp: Remove mention of MPW config.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index bdcddde..27752ce 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -433,7 +433,7 @@ changequote([,])dnl AC_MSG_ERROR(Solaris must be configured little endian) fi ;; ppc-*-rtems*) fmt=elf ;; - ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;; + ppc-*-macos*) fmt=coff em=macos ;; ppc-*-netware*) fmt=elf em=ppcnw ;; ppc-**-nto*) fmt=elf ;; ppc-*-kaos*) fmt=elf ;; |