2005-05-12 Noah Misch <noah@cs.caltech.edu>

* config.guess (9000/[34678]??:HP-UX:*:*): Discard stderr of `cc
	-E -'; HP `cc' emits an error for it but still preprocesses
	standard input as expected.  Add comment.
This commit is contained in:
Ben Elliston
2005-05-12 03:58:35 +00:00
parent 34c732aee9
commit daa94b9e3e
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-05-12 Noah Misch <noah@cs.caltech.edu>
* config.guess (9000/[34678]??:HP-UX:*:*): Discard stderr of `cc
-E -'; HP `cc' emits an error for it but still preprocesses
standard input as expected. Add comment.
2005-05-12 Nick Burrett <nick@sqrt.co.uk>
Ben Elliston <bje@gnu.org>