Re: Question on Distributed Builds
Re: Question on Distributed Builds
- Subject: Re: Question on Distributed Builds
- From: Chris Hanson <email@hidden>
- Date: Thu, 16 Nov 2006 16:08:46 -0800
On Nov 16, 2006, at 3:39 PM, Roland Torres wrote:
How does the architecture that the compiler is running on cause this
restriction?
Distributed Build has this restriction because GCC precompiled header
files are runtime-architecture (rather than target-architecture)
specific. You cannot use a GCC precompiled header file generated on
one CPU architecture on a different architecture.
It's not just an endian issue with GCC precompiled header files,
either. They're not serialized object graphs or some other well-
defined file format, they're effectively a memory dump from the
compiler.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden