* config.guess (tile*:Linux:*:*): Use vendor "unknown", not

"tilera", for consistency with other architectures.
	* config.sub (tile*-*, tilegx-*): Use a more general pattern for
	"tile" to allow matching tilepro, tilegx32 and other variants.
	* testsuite/config-guess.data: Update tests.
	* testsuite/config-sub.data: Likewise.
This commit is contained in:
Ben Elliston
2011-05-30 19:47:28 +10:00
parent 0783756885
commit ce1b2b7b0a
5 changed files with 18 additions and 13 deletions

2
config.guess vendored
View File

@ -978,7 +978,7 @@ EOF
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
tile*:Linux:*:*)
echo ${UNAME_MACHINE}-tilera-linux-gnu
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
vax:Linux:*:*)
echo ${UNAME_MACHINE}-dec-linux-gnu