| # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, |
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, |
| # Inc. |
# Inc. |
| |
|
| timestamp='2006-11-15' |
timestamp='2007-07-22' |
| |
|
| # 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 |
| sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |
| echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
| exit ;; |
exit ;; |
| i86pc:SunOS:5.*:*) |
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) |
| echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
| exit ;; |
exit ;; |
| sun4*:SunOS:6*:*) |
sun4*:SunOS:6*:*) |
| i*:CYGWIN*:*) |
i*:CYGWIN*:*) |
| echo ${UNAME_MACHINE}-pc-cygwin |
echo ${UNAME_MACHINE}-pc-cygwin |
| exit ;; |
exit ;; |
| i*:MINGW*:*) |
*:MINGW*:*) |
| echo ${UNAME_MACHINE}-pc-mingw32 |
echo ${UNAME_MACHINE}-pc-mingw32 |
| exit ;; |
exit ;; |
| i*:windows32*:*) |
i*:windows32*:*) |
| i*:PW*:*) |
i*:PW*:*) |
| echo ${UNAME_MACHINE}-pc-pw32 |
echo ${UNAME_MACHINE}-pc-pw32 |
| exit ;; |
exit ;; |
| x86:Interix*:[3456]*) |
*:Interix*:[3456]*) |
| |
case ${UNAME_MACHINE} in |
| |
x86) |
| echo i586-pc-interix${UNAME_RELEASE} |
echo i586-pc-interix${UNAME_RELEASE} |
| exit ;; |
exit ;; |
| EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*) |
EM64T | authenticamd) |
| echo x86_64-unknown-interix${UNAME_RELEASE} |
echo x86_64-unknown-interix${UNAME_RELEASE} |
| exit ;; |
exit ;; |
| |
esac ;; |
| [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |
| echo i${UNAME_MACHINE}-pc-mks |
echo i${UNAME_MACHINE}-pc-mks |
| exit ;; |
exit ;; |
| x86_64:Linux:*:*) |
x86_64:Linux:*:*) |
| echo x86_64-unknown-linux-gnu |
echo x86_64-unknown-linux-gnu |
| exit ;; |
exit ;; |
| |
xtensa:Linux:*:*) |
| |
echo xtensa-unknown-linux-gnu |
| |
exit ;; |
| i*86:Linux:*:*) |
i*86:Linux:*:*) |
| # The BFD linker knows what the default object file format is, so |
# The BFD linker knows what the default object file format is, so |
| # first see if it will tell us. cd to the root directory to prevent |
# first see if it will tell us. cd to the root directory to prevent |
| SX-6:SUPER-UX:*:*) |
SX-6:SUPER-UX:*:*) |
| echo sx6-nec-superux${UNAME_RELEASE} |
echo sx6-nec-superux${UNAME_RELEASE} |
| exit ;; |
exit ;; |
| |
SX-7:SUPER-UX:*:*) |
| |
echo sx7-nec-superux${UNAME_RELEASE} |
| |
exit ;; |
| SX-8:SUPER-UX:*:*) |
SX-8:SUPER-UX:*:*) |
| echo sx8-nec-superux${UNAME_RELEASE} |
echo sx8-nec-superux${UNAME_RELEASE} |
| exit ;; |
exit ;; |
| |
SX-8R:SUPER-UX:*:*) |
| |
echo sx8r-nec-superux${UNAME_RELEASE} |
| |
exit ;; |
| Power*:Rhapsody:*:*) |
Power*:Rhapsody:*:*) |
| echo powerpc-apple-rhapsody${UNAME_RELEASE} |
echo powerpc-apple-rhapsody${UNAME_RELEASE} |
| exit ;; |
exit ;; |