| 4 |
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 5 |
|
# 2011, 2012 Free Software Foundation, Inc. |
| 6 |
|
|
| 7 |
< |
timestamp='2012-01-01' |
| 7 |
> |
timestamp='2012-02-10' |
| 8 |
|
|
| 9 |
|
# This file is free software; you can redistribute it and/or modify it |
| 10 |
|
# under the terms of the GNU General Public License as published by |
| 17 |
|
# General Public License for more details. |
| 18 |
|
# |
| 19 |
|
# You should have received a copy of the GNU General Public License |
| 20 |
< |
# along with this program; if not, write to the Free Software |
| 21 |
< |
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA |
| 22 |
< |
# 02110-1301, USA. |
| 20 |
> |
# along with this program; if not, see <http://www.gnu.org/licenses/>. |
| 21 |
|
# |
| 22 |
|
# As a special exception to the GNU General Public License, if you |
| 23 |
|
# distribute this file as part of a program that contains a |
| 861 |
|
i*86:Minix:*:*) |
| 862 |
|
echo ${UNAME_MACHINE}-pc-minix |
| 863 |
|
exit ;; |
| 864 |
+ |
aarch64:Linux:*:*) |
| 865 |
+ |
echo ${UNAME_MACHINE}-unknown-linux-gnu |
| 866 |
+ |
exit ;; |
| 867 |
+ |
aarch64_be:Linux:*:*) |
| 868 |
+ |
UNAME_MACHINE=aarch64_be |
| 869 |
+ |
echo ${UNAME_MACHINE}-unknown-linux-gnu |
| 870 |
+ |
exit ;; |
| 871 |
|
alpha:Linux:*:*) |
| 872 |
|
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in |
| 873 |
|
EV5) UNAME_MACHINE=alphaev5 ;; |
| 1325 |
|
i*86:AROS:*:*) |
| 1326 |
|
echo ${UNAME_MACHINE}-pc-aros |
| 1327 |
|
exit ;; |
| 1328 |
+ |
x86_64:VMkernel:*:*) |
| 1329 |
+ |
echo ${UNAME_MACHINE}-unknown-esx |
| 1330 |
+ |
exit ;; |
| 1331 |
|
esac |
| 1332 |
|
|
| 1333 |
|
#echo '(No uname command or uname output not recognized.)' 1>&2 |