RE: [gentoo-user] Valid CFLAG?

2003-02-28 Thread Aurelien Reynaud
> Is this a valid CFLAG for pentium 3? > > CFLAGS="-march=pentium3 -mcpu=pentium3 -O3 -pipe" Yes, this is valid, but redundant since -march=pentium3 implies -mcpu=pentium3 -mcpu uses only the i386 instruction set, but in a fashion adapted to the p3 architecture wrt cache size, cpu cycles cost,

Re: [gentoo-user] Valid CFLAG?

2003-02-28 Thread brett holcomb
You don't need both march and mcpu. Check /etc/make.conf or man make for more information. On Fri, 28 Feb 2003 10:06:57 -0500 Joshua Moore-Oliva <[EMAIL PROTECTED]> wrote: http://www.freehackers.org/gentoo/gccflags/ shoudl tell you all you need to know :) On February 28, 2003 09:56 am, Steph

Re: [gentoo-user] Valid CFLAG?

2003-02-28 Thread Sam Mason
Stephen Boulet wrote: >Is this a valid CFLAG for pentium 3? > >CFLAGS="-march=pentium3 -mcpu=pentium3 -O3 -pipe" AFAIK it is. It does however, contain a bit of redundancy. According to the GCC man page; "specifying -march=cpu-type implies -mcpu=cpu-type." So the following should be identical:

Re: [gentoo-user] Valid CFLAG?

2003-02-28 Thread Joshua Moore-Oliva
http://www.freehackers.org/gentoo/gccflags/ shoudl tell you all you need to know :) On February 28, 2003 09:56 am, Stephen Boulet wrote: > Is this a valid CFLAG for pentium 3? > > CFLAGS="-march=pentium3 -mcpu=pentium3 -O3 -pipe" > > ___ > Stephen > > > -- > [EMAIL PROTECTED] mailing list