2002-10-21 Paul Eggert <eggert@twinsun.com>

* config.guess (CC_FOR_BUILD): Put "-o outputfile" before any
	operands.  POSIX 1003.1-2001 says that "c99 file.c -o file" is not
	supported; you must put all options before all operands, e.g. "c99
	-o file file.c".
This commit is contained in:
Ben Elliston
2002-10-21 05:02:09 +00:00
parent 6ae7dfe31a
commit 1c83669fd7
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,10 @@
2002-10-21 Paul Eggert <eggert@twinsun.com>
* config.guess (CC_FOR_BUILD): Put "-o outputfile" before any
operands. POSIX 1003.1-2001 says that "c99 file.c -o file" is not
supported; you must put all options before all operands, e.g. "c99
-o file file.c".
2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
* config.sub: Add tic4x target.