On  5 Feb 2006, "Meka[ni]" <[EMAIL PROTECTED]> wrote:
>       Is there a way to make distcc append flags to C[XX]FLAGS? What I need 
> is compiling x86 app on amd64 (distccd server), and I need to pass -m32 flag, 
> too. Some of the apps funk up C[XX]FLAGS variable, so it would be nice if 
> distcc could append -m32 (or any other set of flags).

There is not at present.   As Andrew said this is much better fixed in
the makefile or by installing a cross compiler.  If you really want to
kludge it then just write a shell script that does

  gcc.real -m32 "$@"

(but this may not work well)

-- 
Martin

Attachment: signature.asc
Description: Digital signature

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to