* config.guess (x86_64:Linux:*:*): Output 'pc', not 'unknown'.

* testsuite/config-guess.data: Update test case.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Alexandre Oliva
2015-06-30 17:26:58 +10:00
committed by Ben Elliston
parent 1c8b09aec7
commit ca9bfb8cc7
3 changed files with 9 additions and 3 deletions

4
config.guess vendored
View File

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2015 Free Software Foundation, Inc.
timestamp='2015-03-04'
timestamp='2015-06-30'
# 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
@ -1038,7 +1038,7 @@ EOF
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
exit ;;
x86_64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
echo ${UNAME_MACHINE}-pc-linux-${LIBC}
exit ;;
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}