Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add os/arch/compiler/compiler-version support. #50

Closed
GoogleCodeExporter opened this issue May 26, 2015 · 2 comments
Closed

Add os/arch/compiler/compiler-version support. #50

GoogleCodeExporter opened this issue May 26, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Ideally, distcc would know about the os, arch, compiler and the
compiler-version needed to do the compilation job.

This would prevent ABI problems between versions of GCC, allow you to use
all CPU power on the network (regardless of arch or os), and make
cross-compiling much easier.

In my case, I have a project that must be compiled on:
win32, win64, sparc, x86-32bit, and x86-64bit.

To make ideal use of these 5 boxes, I would put distcc on all 5 boxes with
all 5 compilers.

Ciao!

Original issue reported on code.google.com by docw...@gmail.com on 13 Jul 2009 at 3:45

@GoogleCodeExporter
Copy link
Author

This can be done by using an absolute path to the compiler, e.g. 

 pump make CC="distcc /usr/local/cross-compilers/win32/gcc/4.2.4/bin/gcc"

and on the servers setting the "numwords" variable in 
/etc/distcc/commands.allow.sh,
e.g. to 5, so that win32/gcc/4.2.4/bin/gcc will be distinguished from
win64/gcc/4.2.4/bin/gcc.

Original comment by fergus.h...@gmail.com on 20 Jul 2009 at 9:58

@GoogleCodeExporter
Copy link
Author

Original comment by fergus.h...@gmail.com on 1 Dec 2009 at 4:50

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant