This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fat binaries for FSF gcc on Darwin?
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 13 Jan 2007 09:13:34 -0500
- Subject: fat binaries for FSF gcc on Darwin?
I noticed that Apple's gcc compiler in MacOS X 10.4
creates fat binaries in /usr/lib rather than using a
ppc64 or x86_64 subdirectory like FSF gcc. Do the Darwin
gcc developers ever intend to replicate the use of fat
binaries for FSF gcc (in gcc 4.3 perhaps) or will
we always use separate subdirectories for 32-bit and
64-bit shared libraries?
Jack