mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
fe348a5b7a
commit
62eaf28dab
@ -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.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user