mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2005-09-19 Gerben Wierda <Gerben.Wierda@rna.nl>
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
This commit is contained in:
parent
f3eed7f33b
commit
920b2fbb36
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-19 Gerben Wierda <Gerben.Wierda@rna.nl>
|
||||||
|
|
||||||
|
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
|
||||||
|
|
||||||
2005-08-03 Ben Elliston <bje@gnu.org>
|
2005-08-03 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
Reported by Kulkin Alexey <kulkin@yandex.ru>:
|
Reported by Kulkin Alexey <kulkin@yandex.ru>:
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1185,7 +1185,6 @@ EOF
|
|||||||
*:Darwin:*:*)
|
*:Darwin:*:*)
|
||||||
UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
|
UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
|
||||||
case $UNAME_PROCESSOR in
|
case $UNAME_PROCESSOR in
|
||||||
*86) UNAME_PROCESSOR=i686 ;;
|
|
||||||
unknown) UNAME_PROCESSOR=powerpc ;;
|
unknown) UNAME_PROCESSOR=powerpc ;;
|
||||||
esac
|
esac
|
||||||
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
|
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user