0

I found the only one simillar question but that's for linux and xcode only...

Is it possible to set up a Linux box with distcc to build my XCode projects?

im really interested to use OSX GCC for OPENBSD BOX. because my server is really slow, and all I need is file sharing and printing at home. I like to use ports very much, especially rebuilding all packages for slow cpu, it's really noticable difference, anyway, IMHO, is it possible?

Community
  • 1
  • 1
holms
  • 9,112
  • 14
  • 65
  • 95

1 Answers1

0

Using distcc is not the issue here. What you need is a OS X -> OpenBSD crosscompiling toolchain, which is something that works well.

Some reading:

F'x
  • 12,105
  • 7
  • 71
  • 123
  • that what dcc could do? --> A gcc wrapper that speeds compilation by transparently distributing work across several machines – holms Jan 02 '11 at 05:09
  • distcc distributes workload among computers. A cross-compiler compiles for a target that is different from the one it runs on. – F'x Jan 02 '11 at 09:28