Changes between Version 1 and Version 2 of Ticket #64607, comment 9
- Timestamp:
- Feb 10, 2022, 11:47:11 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64607, comment 9
v1 v2 3 3 4 4 I have built Macports itself as ppc (passing --build=powerpc-apple-darwin10 and -arch ppc -m32 flags to configure) on 10.6.8 and set ppc as the build arch in Macports.conf. From what I see in Activity Monitor, most processes do in fact run as PowerPC. Some OS binaries lack ppc slices (say, ld and gnumake), but they support building for ppc. 5 6 So for example I have: 7 8 {{{ 9 Sergey-Fedorovs-Mac-mini:~ svacchanda$ file /opt/local/libexec/macports/lib/macports1.0/MacPorts.dylib 10 /opt/local/libexec/macports/lib/macports1.0/MacPorts.dylib: Mach-O dynamically linked shared library ppc 11 Sergey-Fedorovs-Mac-mini:~ svacchanda$ file /opt/local/libexec/macports/bin/tclsh8.5 12 /opt/local/libexec/macports/bin/tclsh8.5: Mach-O executable ppc 13 14 Sergey-Fedorovs-Mac-mini:~ svacchanda$ sw_vers 15 ProductName: Mac OS X 16 ProductVersion: 10.6.8 17 BuildVersion: 10K549 18 }}}