From a4a9fef5d6ae4932c0f6b9b77b5a9b967b1d84a7 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 7 Nov 2000 21:16:30 +0000 Subject: [PATCH] 2000-11-08 Ben Elliston * config.guess: Detect sparc-unknown-linux-gnu. Reported by Peter Storkey . --- ChangeLog | 5 +++++ config.guess | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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