This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to handle clashes between options for different front ends?
On Sat, 2013-02-02 at 11:38 -0800, Ian Lance Taylor wrote:
> The option processing has been overhauled so that the driver can do
> the right thing more often. All the language-specific options are
> passed to the AWK script opt-gather.awk. It produces a file
> optionlist, which is then processed by additional AWK scripts into
> options.h, options.c, and options-save.c.
It may not be a proper fix but setting the option to JoinedOrMissing
in lang.opt allows a successful build.
-------------------------------------------------------
P
vhdl JoinedOrMissing
-P<dir> Add <dir> to the end of the vhdl library path
-------------------------------------------------------
Any comments appreciated as to better solutions, but I am no longer
blocked.
Thanks,
- Brian