This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Please may I apply the following patch to fix PR driver/31353 ? It fixes the gcc driver so that --help=target is passed on to the pre-processor, assembler and linker as --target-help, and any other --help=... option is just passed on as --help. (Which was the nearest equivalent in those subprocesses).
Note that I had already posted a patch to fix this: http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01658.html
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |