-Wp,<options>
Devang Patel
dpatel@apple.com
Fri Nov 1 15:46:00 GMT 2002
On Friday, November 1, 2002, at 03:20 PM, Fergus Henderson wrote:
>> 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.
I will make the change.
OK otherwise ?
-Devang
More information about the Gcc
mailing list