diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-31 08:39:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-31 08:39:19 +0000 |
commit | c6a9b62fb9c275714b4206f96c58d976c6557d66 (patch) | |
tree | 6e18269438d4a76d8cb2d58e1da04806434bf4af /configure.in | |
parent | 79d81811d5d225f05d5ad8d2afdb193aeb708abd (diff) | |
download | emacs-c6a9b62fb9c275714b4206f96c58d976c6557d66.tar.gz |
(m68k-*-linux*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 42e65c87e8a..0237848a9c7 100644 --- a/configure.in +++ b/configure.in @@ -795,6 +795,11 @@ case "${canonical}" in esac ;; + ## Linux/68k + m68k-*-linux* ) + machine=m68k opsys=linux + ;; + * ) unported=yes ;; |