preventing -m options being passed to the compiler
Andrew Pinski
pinskia@gmail.com
Wed Jun 20 13:27:00 GMT 2007
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
More information about the Gcc
mailing list