Changes between Version 1 and Version 2 of Ticket #64607, comment 9


Ignore:
Timestamp:
Feb 10, 2022, 11:47:11 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64607, comment 9

    v1 v2  
    33
    44I 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
     6So for example I have:
     7
     8{{{
     9Sergey-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
     11Sergey-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
     14Sergey-Fedorovs-Mac-mini:~ svacchanda$ sw_vers
     15ProductName:    Mac OS X
     16ProductVersion: 10.6.8
     17BuildVersion:   10K549
     18}}}