This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Changes for running GCC on MacOS X ...
From my experience:
#ifdef (__APPLE__)
Documentation=FALSE;
#endif
-B
Jan-Hendrik Palic wrote:
Hi ..
I just wants to ask about the changes to get gcc running on Mac OS X.
For example, the assembly code ist not the same for PPC on Linux/BSD and
MacOS X.
I just looking for documentation about the changes Apple made to port
gcc to MacOS X. Where do I find some?
Thnx
Regards
Jan