2001-03-16 Ben Elliston <bje@redhat.com>

* config.guess: Detect Linux on SPARC64.
This commit is contained in:
Ben Elliston 2001-03-15 22:26:29 +00:00
parent 62eaf28dab
commit e3629e428a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-03-16 Ben Elliston <bje@redhat.com>
* config.guess: Detect Linux on SPARC64.
2001-03-14 Ben Elliston <bje@redhat.com>
* config.guess: Detect ELF-based m68k Linux systems. Reported by

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-14'
timestamp='2001-03-16'
# 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
@ -870,7 +870,7 @@ EOF
sh*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
sparc:Linux:*:*)
sparc:Linux:*:* | sparc64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
x86_64:Linux:*:*)