Re: [AD] OS X universal binaries |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-07-07, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> Currently OS X supports universal binaries (PPC + Intel) via:
...
>
> It works by compiling the code separately with gcc-3.3 and gcc-4. This
> provides support for OS X 10.3 and OS X 10.2 (untested). I'm pretty
> sure this is the same approach used by the XCode IDE.
>
> Any comments?
So gcc-3.3 compiles for PPC and gcc-4 compiles for Intel?
Peter