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 | e1fd57e30e4612c0688d8acd8af76290b85d6e36 (patch) | |
tree | 6bb55d264f37dcc9846da18149e6684faedb0083 /configure.in | |
parent | 485dbcf2c774218e7316a6588e16475699ba1508 (diff) | |
download | emacs-e1fd57e30e4612c0688d8acd8af76290b85d6e36.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 ;; |