changeset 13368:d2d72cc7ee52

(m68k-*-linux*): New alternative.
author Richard M. Stallman <rms@gnu.org>
date Tue, 31 Oct 1995 08:39:19 +0000
parents a3e8c1d2492f
children 850f2e0c73b6
files configure.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Oct 31 05:59:44 1995 +0000
+++ b/configure.in	Tue Oct 31 08:39:19 1995 +0000
@@ -795,6 +795,11 @@
     esac
   ;;
 
+  ## Linux/68k
+  m68k-*-linux* )
+    machine=m68k opsys=linux
+  ;;
+
   * )
     unported=yes
   ;;