diff --git a/ChangeLog b/ChangeLog index e83744b..54a08c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-08 Ben Elliston + + * config.guess: Detect sparc-unknown-linux-gnu. Reported by Peter + Storkey . + 2000-11-02 Per Lundberg * config.sub: Add support for the *-storm-chaos OS. diff --git a/config.guess b/config.guess index 6944d13..42cd3fe 100755 --- a/config.guess +++ b/config.guess @@ -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