-Wp,<options>
Fergus Henderson
fjh@cs.mu.OZ.AU
Fri Nov 1 15:20:00 GMT 2002
> Index: gcc.c
> ...
> --- 3105,3112 ----
> fputs (_(" -print-multi-os-directory Display the relative path to OS libraries\n"), stdout);
> fputs (_(" -Wa,<options> Pass comma-separated <options> on to the assembler\n"), stdout);
> fputs (_(" -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"), stdout);
> + fputs (_(" -Xassembler <arg> Pass <arg> on to the assembler\n"), stdout);
> + fputs (_(" -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"), stdout);
> fputs (_(" -Wl,<options> Pass comma-separated <options> on to the linker\n"), stdout);
> fputs (_(" -Xlinker <arg> Pass <arg> on to the linker\n"), stdout);
> fputs (_(" -save-temps Do not delete intermediate files\n"), stdout);
The ordering here is inconsistent.
Probably it's best if all the -X options are adjacent,
and in the same order as the corresponding -W[apl] options.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
More information about the Gcc
mailing list