* config.guess (*:Interix*:[3456]*): Handle "genuineintel".

* testsuite/config-guess.data: Add a test case.
This commit is contained in:
Ben Elliston
2008-09-28 20:37:09 +10:00
parent b169d80cf8
commit f0ae538a8a
3 changed files with 9 additions and 2 deletions

2
config.guess vendored
View File

@ -796,7 +796,7 @@ EOF
x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
EM64T | authenticamd | genuineintel)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
IA64)