From 920b2fbb36bdeff2c6cdc10b096808da51bb8ae2 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 19 Sep 2005 03:37:15 +0000 Subject: [PATCH] 2005-09-19 Gerben Wierda * config.guess (*:Darwin:*:*): Don't treat *86 specifically. --- ChangeLog | 4 ++++ config.guess | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91fb105..ada4138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-19 Gerben Wierda + + * config.guess (*:Darwin:*:*): Don't treat *86 specifically. + 2005-08-03 Ben Elliston Reported by Kulkin Alexey : diff --git a/config.guess b/config.guess index ad5281e..d0d57f6 100755 --- a/config.guess +++ b/config.guess @@ -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-08-03' +timestamp='2005-09-19' # 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 @@ -1185,7 +1185,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}