Closed
Bug 546476
Opened 15 years ago
Closed 14 years ago
Mac XCode projects don't build 32-bit PPC anymore
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
Q3 11 - Serrano
People
(Reporter: stejohns, Unassigned)
Details
shell64 builds ppc64, but shell(32) doesn't build ppc32; you must use the cross-platform build setup if you want ppc32. we should try to get the xcode project to build ppc32 as well, if possible.
Flags: flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.2
Comment 1•14 years ago
|
||
That is not my experience. With a clean tamarin-redux, I selected DD 32-bit builds and built it using Cmd-B, and it produces a fat binary:
lhansen-mbp:tamarin-redux-clean lhansen$ file platform/mac/avmshell/build/Debug_Debugger/shell
platform/mac/avmshell/build/Debug_Debugger/shell: Mach-O universal binary with 2 architectures
platform/mac/avmshell/build/Debug_Debugger/shell (for architecture i386): Mach-O executable i386
platform/mac/avmshell/build/Debug_Debugger/shell (for architecture ppc7400): Mach-O executable ppc
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•