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:
Ben Elliston 2000-11-07 21:16:30 +00:00
parent 5989dd12a9
commit a4a9fef5d6
2 changed files with 10 additions and 1 deletions

View File

@ -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>
* config.sub: Add support for the *-storm-chaos OS.

6
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# 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
# under the terms of the GNU General Public License as published by
@ -724,6 +724,10 @@ EOF
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
exit 0
;;
elf32_sparc)
echo "${UNAME_MACHINE}-unknown-linux-gnu"
exit 0
;;
armlinux)
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
exit 0