Re: cpu option of gcc g++

1999-10-03 Thread Mark Brown
On Sat, Oct 02, 1999 at 08:29:50PM +0200, Jean-Yves BARBIER wrote: I have to compile and cross-compile several sources on a PII machine, for both its own and a 486. I'd like to know how to specify that to 'make'. I had a look at both 'man gcc' 'man g++', but these are huge, and I'm not a

Re: cpu option of gcc g++

1999-10-03 Thread Jean-Yves BARBIER
On Sun, Oct 03, 1999 at 04:49:28AM +0100, Mark Brown wrote: ... The general approach is to build it twice, normally reconfiguring in between. You could also simply run the 486 code on both 486 and Pentium II - unless you're noticing enough a speed increase from optimization to care about on

cpu option of gcc g++

1999-10-02 Thread Jean-Yves BARBIER
Hi all, I have to compile and cross-compile several sources on a PII machine, for both its own and a 486. I'd like to know how to specify that to 'make'. I had a look at both 'man gcc' 'man g++', but these are huge, and I'm not a though programmer :) Also, I remarked that some software,