This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: New approach to --with-cpu
Daniel Jacobowitz <drow@mvista.com> writes:
> Well, the best I can do given the -mipsN situation... how does this
> revision look to you?
The new macro looks good. I still think there should be some -mips16
exemption, though. Specifying -mips16 and some other -mipsN option
isn't supported, so if -mips16 does occur on the command line, I think
we should assume the user wants the default architecture.
Richard