diff --git a/ChangeLog b/ChangeLog index f70c62e..391373c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-14 Ben Elliston + + * config.guess: Detect ELF-based m68k Linux systems. Reported by + Michael Fedrowitz . + 2001-03-09 H.J. Lu * 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 <