mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +12:00
* config.guess (*:Interix*:[3456]*): Handle "genuineintel".
* testsuite/config-guess.data: Add a test case.
This commit is contained in:
2
config.guess
vendored
2
config.guess
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user