* config.guess (x86_64:VMkernel:*:*): New.
	* testsuite/config-guess.data: Add test case.
This commit is contained in:
Ben Elliston
2012-02-10 10:19:58 +11:00
parent 0a59ee7d89
commit bbbd684046
3 changed files with 11 additions and 1 deletions

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
timestamp='2012-01-01'
timestamp='2012-02-10'
# 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
@ -1320,6 +1320,9 @@ EOF
i*86:AROS:*:*)
echo ${UNAME_MACHINE}-pc-aros
exit ;;
x86_64:VMkernel:*:*)
echo ${UNAME_MACHINE}-unknown-esx
exit ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2