Revision baab0003 config.guess
| b/config.guess | ||
|---|---|---|
| 1 | 1 |
#! /bin/sh |
| 2 | 2 |
# Attempt to guess a canonical system name. |
| 3 | 3 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 |
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
|
| 4 |
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, |
|
| 5 |
# Inc. |
|
| 5 | 6 |
|
| 6 |
timestamp='2006-02-23'
|
|
| 7 |
timestamp='2006-07-02'
|
|
| 7 | 8 |
|
| 8 | 9 |
# This file is free software; you can redistribute it and/or modify it |
| 9 | 10 |
# under the terms of the GNU General Public License as published by |
| ... | ... | |
| 210 | 211 |
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
|
| 211 | 212 |
exit ;; |
| 212 | 213 |
macppc:MirBSD:*:*) |
| 213 |
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
|
|
| 214 |
echo powerpc-unknown-mirbsd${UNAME_RELEASE}
|
|
| 214 | 215 |
exit ;; |
| 215 | 216 |
*:MirBSD:*:*) |
| 216 | 217 |
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
|
| ... | ... | |
| 770 | 771 |
case ${UNAME_MACHINE} in
|
| 771 | 772 |
pc98) |
| 772 | 773 |
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
| 774 |
amd64) |
|
| 775 |
echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
|
| 773 | 776 |
*) |
| 774 | 777 |
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
| 775 | 778 |
esac |
| ... | ... | |
| 780 | 783 |
i*:MINGW*:*) |
| 781 | 784 |
echo ${UNAME_MACHINE}-pc-mingw32
|
| 782 | 785 |
exit ;; |
| 783 |
i*:MSYS_NT-*:*:*) |
|
| 784 |
echo ${UNAME_MACHINE}-pc-mingw32
|
|
| 785 |
exit ;; |
|
| 786 | 786 |
i*:windows32*:*) |
| 787 | 787 |
# uname -m includes "-pc" on this system. |
| 788 | 788 |
echo ${UNAME_MACHINE}-mingw32
|
| ... | ... | |
| 790 | 790 |
i*:PW*:*) |
| 791 | 791 |
echo ${UNAME_MACHINE}-pc-pw32
|
| 792 | 792 |
exit ;; |
| 793 |
x86:Interix*:[345]*) |
|
| 793 |
x86:Interix*:[3456]*)
|
|
| 794 | 794 |
echo i586-pc-interix${UNAME_RELEASE}
|
| 795 | 795 |
exit ;; |
| 796 |
EM64T:Interix*:[345]*) |
|
| 796 |
EM64T:Interix*:[3456]*)
|
|
| 797 | 797 |
echo x86_64-unknown-interix${UNAME_RELEASE}
|
| 798 | 798 |
exit ;; |
| 799 | 799 |
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |
| ... | ... | |
| 831 | 831 |
arm*:Linux:*:*) |
| 832 | 832 |
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
| 833 | 833 |
exit ;; |
| 834 |
avr32*:Linux:*:*) |
|
| 835 |
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
| 836 |
exit ;; |
|
| 834 | 837 |
cris:Linux:*:*) |
| 835 | 838 |
echo cris-axis-linux-gnu |
| 836 | 839 |
exit ;; |
| ... | ... | |
| 989 | 992 |
LIBC=gnulibc1 |
| 990 | 993 |
# endif |
| 991 | 994 |
#else |
| 992 |
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
|
|
| 995 |
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
|
| 993 | 996 |
LIBC=gnu |
| 994 | 997 |
#else |
| 995 | 998 |
LIBC=gnuaout |
Also available in: Unified diff