diff build-aux/config.guess @ 6503:d5376bee589e

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 02 Jan 2006 14:42:27 +0000
parents 1a1ef1890029
children 3b2f30a0eb93
line wrap: on
line diff
--- a/build-aux/config.guess	Fri Dec 30 21:01:32 2005 +0000
+++ b/build-aux/config.guess	Mon Jan 02 14:42:27 2006 +0000
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2005-12-23'
+timestamp='2006-01-02'
 
 # 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
@@ -206,6 +206,9 @@
     *:ekkoBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
 	exit ;;
+    *:SolidBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+	exit ;;
     macppc:MirBSD:*:*)
 	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
 	exit ;;