2003-06-04 Ben Elliston <bje@wasabisystems.com>

* config.guess (set_cc_for_build): Allow insecure temporary
	filenames to be generated on systems without mktemp(1) or $RANDOM,
	but issue a warning to standard error.  Suggested by Hans-Peter
	Nilsson.
This commit is contained in:
Ben Elliston
2003-06-06 02:37:40 +00:00
parent 3a3ba493ff
commit d8c3abeb62
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2003-06-04 Ben Elliston <bje@wasabisystems.com>
* config.guess (set_cc_for_build): Allow insecure temporary
filenames to be generated on systems without mktemp(1) or $RANDOM,
but issue a warning to standard error. Suggested by Hans-Peter
Nilsson.
2003-05-24 Ben Elliston <bje@wasabisystems.com>
* config.sub: Handle $os values of -nx6 and -nx7.