aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-31 08:39:19 +0000
committerRichard M. Stallman1995-10-31 08:39:19 +0000
commite1fd57e30e4612c0688d8acd8af76290b85d6e36 (patch)
tree6bb55d264f37dcc9846da18149e6684faedb0083
parent485dbcf2c774218e7316a6588e16475699ba1508 (diff)
downloademacs-e1fd57e30e4612c0688d8acd8af76290b85d6e36.tar.gz
emacs-e1fd57e30e4612c0688d8acd8af76290b85d6e36.zip
(m68k-*-linux*): New alternative.
-rw-r--r--configure.in5
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
795 esac 795 esac
796 ;; 796 ;;
797 797
798 ## Linux/68k
799 m68k-*-linux* )
800 machine=m68k opsys=linux
801 ;;
802
798 * ) 803 * )
799 unported=yes 804 unported=yes
800 ;; 805 ;;