mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-03-16 Ben Elliston <bje@redhat.com>
* config.guess: Detect Linux on SPARC64.
This commit is contained in:
parent
62eaf28dab
commit
e3629e428a
@ -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
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-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:*:*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user