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?
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:
- http://en.wikipedia.org/wiki/Cross_compiler
- http://www.landley.net/ols/ols2007/tutorial.txt
- http://wiki.osdev.org/GCC_Cross-Compiler
精彩评论