* config.guess (cris:Linux:*:*): Replace fixed CPU name in the

triplet with ${UNAME_MACHINE}, as it is identical.
	(crisv32:Linux:*:*): Likewise.
	(frv:Linux:*:*): Likewise.
	(hexagon:Linux:*:*): Likewise.
	(or32:Linux:*:*): Likewise.
	(x86_64:Linux:*:*): Likewise.
	* testsuite/config-guess.data: Add some missing GNU/Linux tests.
This commit is contained in:
Ben Elliston
2011-12-29 20:05:32 +11:00
parent 9a375e1fd8
commit 1a6937ce13
3 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2011-12-29 Ben Elliston <bje@gnu.org>
* config.guess (cris:Linux:*:*): Replace fixed CPU name in the
triplet with ${UNAME_MACHINE}, as it is identical.
(crisv32:Linux:*:*): Likewise.
(frv:Linux:*:*): Likewise.
(hexagon:Linux:*:*): Likewise.
(or32:Linux:*:*): Likewise.
(x86_64:Linux:*:*): Likewise.
* testsuite/config-guess.data: Add some missing GNU/Linux tests.
2011-12-29 Ben Elliston <bje@gnu.org>
* Makefile (check): Test config.guess before config.sub.