This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Should gcc configurted for CPU to generate code for CPU by default?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 19 Jul 2002 08:14:02 -0700
- Subject: 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?
H.J.