8 Mar
2005
8 Mar
'05
2:39 p.m.
On Tue, Mar 08, 2005 at 09:05:56AM -0500, Chuck Haines wrote:
trying to run distcc instead of it doing the gcc -march=i686, it wants to call the i686-pc-linux-gnu-gcc. Now this is a problem because the RHEL machines only have i386-pc-linux-gnu-gcc. This is the real problem I'm running in to. Does anyone know how to make distcc use gcc -march instead of trying to use the i686?
Just create a shell script called i686-pc-linux-gnu-gcc that calls /usr/bin/gcc with -march=i686 ?