Re: permanently turning on gcc Pentium optimization

2000-01-03 Thread Paul J. Keenan
"Dwayne C . Litzenberger" wrote: > > On Sat, Jan 01, 2000 at 03:45:30AM +, Paul J. Keenan wrote: > > To permanently turn on pentium optimizations, change > > your /usr/lib/gcc-lib/2.92.2/specs (or similar) from > > > > *cc1: > > %(cc1_cpu) %{profile:-p} > > > > *cc1: > > %(cc1_cpu) %{profile:-

Re: permanently turning on gcc Pentium optimization

2000-01-02 Thread Dwayne C . Litzenberger
On Sat, Jan 01, 2000 at 03:45:30AM +, Paul J. Keenan wrote: > I accidently deleted the previous mails in the thread, > so I'm hoping the original poster get's this ! > > To permanently turn on pentium optimizations, change > your /usr/lib/gcc-lib/2.92.2/specs (or similar) from > > *cc1: > %(c

Re: permanently turning on gcc Pentium optimization

2000-01-02 Thread Paul J. Keenan
I accidently deleted the previous mails in the thread, so I'm hoping the original poster get's this ! To permanently turn on pentium optimizations, change your /usr/lib/gcc-lib/2.92.2/specs (or similar) from *cc1: %(cc1_cpu) %{profile:-p} *cc1: %(cc1_cpu) %{profile:-p} -march=i586 As others hav