Sean McBride
2007-05-07 15:26:59 UTC
Hi all,
Has anyone tried to build a Universal Binary with the following:
CMAKE_OSX_ARCHITECTURES:STRING=ppc7400;i386
instead of the usual:
CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386
If I do a 'lipo -info' on the build result it tells me "Architectures in
the fat file: foo.a are: ppc i386". It should say "ppc7400 i386", which
I do get when I build with Xcode instead of CMake.
(ppc7400 is for the G4, which is the oldest CPU I want to target, I
don't care about the G3.)
Anyone else tried this? Thanks,
Has anyone tried to build a Universal Binary with the following:
CMAKE_OSX_ARCHITECTURES:STRING=ppc7400;i386
instead of the usual:
CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386
If I do a 'lipo -info' on the build result it tells me "Architectures in
the fat file: foo.a are: ppc i386". It should say "ppc7400 i386", which
I do get when I build with Xcode instead of CMake.
(ppc7400 is for the G4, which is the oldest CPU I want to target, I
don't care about the G3.)
Anyone else tried this? Thanks,
--
____________________________________________________________
Sean McBride, B. Eng ***@rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
____________________________________________________________
Sean McBride, B. Eng ***@rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada