This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Difference b/w FSF GCC and Apple GCC
- To: Mark F Rodriguez <macrod at earthlink dot net>
- Subject: Re: Difference b/w FSF GCC and Apple GCC
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 12 Oct 2000 14:59:43 -0400
- cc: gcc at gcc dot gnu dot org
>>>>> Mark F Rodriguez writes:
Mark> I'd rather look into this IPGPE project mentioned below as it seems like a
Mark> cleaner implementation. I'm afraid that even if I could get my hands on the
Mark> alpha (is there a link where I can check it out), I still would not be able
Mark> to compile since the gcc tools don't yet know how to handle Apple's new
Mark> OS... unless I can exchange Apple's config files included with the version
Mark> of gcc on their CVS server with the one I've downloaded from
Mark> http://gcc.gnu.org.
Recognizing the target name is not sufficient. Merging in the
"config" files themselves are a start, but they probably are not
compatible with the internal interface changes between egcs-1.1.2,
gcc-2.95.2, and the current development snapshots.
Also, my understanding is that Apple made other pervasive changes
in the compiler to support Mach-O file format and other NeXT-isms. Apple
is working to make those changes more modular so that they can be
contributed back to the mainline GCC development sources.
David