mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2000-11-08 Ben Elliston <bje@redhat.com>
* config.guess: Detect sparc-unknown-linux-gnu. Reported by Peter Storkey <pstorkey@primex.com>.
This commit is contained in:
parent
5989dd12a9
commit
a4a9fef5d6
@ -1,3 +1,8 @@
|
|||||||
|
2000-11-08 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Detect sparc-unknown-linux-gnu. Reported by Peter
|
||||||
|
Storkey <pstorkey@primex.com>.
|
||||||
|
|
||||||
2000-11-02 Per Lundberg <plundis@chaosdev.org>
|
2000-11-02 Per Lundberg <plundis@chaosdev.org>
|
||||||
|
|
||||||
* config.sub: Add support for the *-storm-chaos OS.
|
* config.sub: Add support for the *-storm-chaos OS.
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
version='2000-10-23'
|
version='2000-11-08'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -724,6 +724,10 @@ EOF
|
|||||||
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
|
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
elf32_sparc)
|
||||||
|
echo "${UNAME_MACHINE}-unknown-linux-gnu"
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
armlinux)
|
armlinux)
|
||||||
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
|
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user