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: What to call Intel ia32e processor?


On Sun, Feb 29, 2004 at 04:46:14PM -0800, H. J. Lu wrote:
> On Sun, Feb 29, 2004 at 08:40:15PM +0100, Gerald Pfeifer wrote:
> > On Fri, 27 Feb 2004, H. J. Lu wrote:
> > > Currently, when you configure gcc for x86_64-linux, it will tune for
> > > K8. I want a new target, which will tune for Intel ia32e processor by
> > > default. I am using ia32e-linux for the time being.
> > 
> > That way a lot of software won't recognize that beast at _all_, neither
> > as i386 nor as amd64 compatible.
> 
> I only want it for gcc and you have to use it by hand like
> 
> # ../configure ia32e-linux
> 
> which will configure gcc to tune for Intel ia32e processor by default.
> Nothing else will be affected.

You could do this the way _EVERY OTHER TARGET_ besides x86 does it,
with --with-cpu.  Which works for x86, by the way.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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