From 62eaf28dab83f7cba9d1072674c79bc51d09cb5c Mon Sep 17 00:00:00 2001
From: Ben Elliston <bje@gnu.org>
Date: Wed, 14 Mar 2001 00:25:08 +0000
Subject: [PATCH] 2001-03-14  Ben Elliston  <bje@redhat.com>

	* config.guess: Detect ELF-based m68k Linux systems. Reported by
	Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>.
---
 ChangeLog    | 5 +++++
 config.guess | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f70c62e..391373c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-14  Ben Elliston  <bje@redhat.com>
+
+	* config.guess: Detect ELF-based m68k Linux systems. Reported by
+	Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>.
+
 2001-03-09  H.J. Lu  <hjl@gnu.org> 
 
 	* config.sub: Recognize s390/s390x as valid $basic_machine.
diff --git a/config.guess b/config.guess
index d22f8b9..dd3b2b3 100755
--- a/config.guess
+++ b/config.guess
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 #   Free Software Foundation, Inc.
 
-timestamp='2001-03-06'
+timestamp='2001-03-14'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -757,7 +757,7 @@ EOF
 	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     m68*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnuaout
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit 0 ;;
     mips:Linux:*:*)
 	cat >$dummy.c <<EOF