summaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2004-03-30 18:43:17 +0000
committerStan Shebs <shebs@apple.com>2004-03-30 18:43:17 +0000
commitaea6a4bed96256d797c43891a4e4e9ed50e5c191 (patch)
tree37e0e0d79b9fc27b529022a8205ce32d77df3b10 /gas/configure.in
parented2dd403c286a1f89707afb3752262934556eee1 (diff)
downloadbinutils-redhat-aea6a4bed96256d797c43891a4e4e9ed50e5c191.tar.gz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index bdcddde1d1..27752ceeff 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 ;;