* 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

View File

@ -1,3 +1,9 @@
2012-02-10 Ben Elliston <bje@gnu.org>
Reported by thom.fitzpatrick@hp.com.
* config.guess (x86_64:VMkernel:*:*): New.
* testsuite/config-guess.data: Add test case.
2012-01-28 Bruno Haible <bruno@clisp.org>
Ben Elliston <bje@gnu.org>

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

View File

@ -49,5 +49,6 @@ x86 5.2 Interix ignored i586-pc-interix5.2
x86 6.0 Interix ignored i586-pc-interix6.0
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
x86_64 2.6.32 Linux ignored x86_64-unknown-linux-gnu
x86_64 2.6.32 VMkernel ignored x86_64-unknown-esx
x86_64 1.5.18(0.132/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu