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: Should gcc configurted for CPU to generate code for CPU by default?


> When I configure gcc for i686 with
> 
> .../configure --target=i686-xxxxx
> 
> I'd like to be able to make gcc generate code for i686 by default. It
> is also useful for MIPS. I am thinking adding
> 
> --with-default-ARCH=cpu
> 
> or
> 
> --with-default-CPU=cpu
> 
> or
> 
> --with-default-ISA=cpu
> 
> Any comments?
> 

What's wrong with the existing --with-cpu=... already supported by 
configure?

R.


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