diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-05 11:14:48 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-05 11:14:48 +0000 |
commit | d35e1cd725b4e9512d54a8e642ad82f50d584edd (patch) | |
tree | 373c86676e20a06aad7c1078ed924b8b469526b4 /configure.in | |
parent | 2adde002fd96457bc4cabcb8e3fcf9423bc4f752 (diff) | |
download | emacs-d35e1cd725b4e9512d54a8e642ad82f50d584edd.tar.gz |
* configure.in: Remove support for Masscomp.
* os.texi (System Environment): Remove mention for Masscomp.
* MACHINES: Remove Masscomp.
* s/rtu.h:
* m/masscomp.h: Remove files. Platform is obsolete.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index c07541fe1ba..6d727dd642a 100644 --- a/configure.in +++ b/configure.in @@ -815,11 +815,6 @@ dnl see the `changequote' comment above. machine=macppc opsys=gnu-linux ;; - ## Masscomp machines - m68*-masscomp-rtu* ) - machine=masscomp opsys=rtu - ;; - ## Megatest machines m68*-megatest-bsd* ) machine=mega68 opsys=bsd4-2 |