distcc knows enough to compile that stuff correctly. check out the distcc guide on gentoo's website. For all of you that don't use gentoo, all of there guides are great reading anyway. Seeing as gentoo is a source distro, most of the knowlege on the forums and guides applies to linux in general, not just their flavor. I had distcc running on a few i686's, an i586, a sparc64 and a powerpc. the x86s worked fine together, the powerpc and sparc might have had a few problems working with the group every now and again but it generally all worked. On Tue, 8 Mar 2005 09:39:40 -0500, Chuck R. Anderson <cra@wpi.edu> wrote:
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 ? _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug