This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: --with-cpu
Thanks for the pointer. --with-cpu is not documented in 'man gcc', 'info
gcc', 'configure --help', or 'gcc/configure --help'. A quick little note
in any of these places that this option exists would be helpful. I
eventually found it online at
http://gcc.gnu.org/install/configure.html
Cheers,
Shaun
> I highly recommend the manual, which documents --with-cpu.
>
> > I saw a reference to a configure flag --with-cpu on the web. Is this
> > still available? Otherwise, can the default -mcpu be set for gcc using
> > configure?