This is the mail archive of the gcc@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]

Re: preventing -m options being passed to the compiler


On 6/20/07, Ben Elliston <bje@au1.ibm.com> wrote:
To now answer my own question (for the benefit of others): the CC1_SPEC
string can include the sequence %<moption* to strip those options from
the command line.

This is not a good way, the best way is to create a dumby -moption in the target.opt file so you get the documentation with --help.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]