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>.
This commit is contained in:
Ben Elliston
2001-03-14 00:25:08 +00:00
parent fe348a5b7a
commit 62eaf28dab
2 changed files with 7 additions and 2 deletions

4
config.guess vendored
View File

@ -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