* config.guess (i*86:Linux:*:*): Reintroduce dietlibc detection.

(mips:Linux:*:* | mips64:Linux:*:*): Simplfy with grep, not sed,
	to pull CPU= lines from the preprocessor output.
This commit is contained in:
Ben Elliston
2009-11-19 14:03:24 +11:00
parent ac79b877bc
commit a3bf634cf3
2 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2009-11-19 Ben Elliston <bje@gnu.org>
* config.guess (i*86:Linux:*:*): Reintroduce dietlibc detection.
(mips:Linux:*:* | mips64:Linux:*:*): Simplfy with grep, not sed,
to pull CPU= lines from the preprocessor output.
2009-11-08 Jerker B<>ck <jerker.back@gmail.com>
Ben Elliston <bje@gnu.org>