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


Ignore:
Timestamp:
Jan 27, 2022, 8:27:46 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64525, comment 9

    v1 v2  
    77As I have mentioned, I have two installations of 10.6.8 now, one with latest supported Xcode where I was building for x86_64+ppc and another with Xcode 3.2 (for compatibility with 10.6 PPC).
    88It is possible that Xcode 3.2 linkers have problems building some software (like ld64-127 has problems with ppc64). However I have built gcc7 and many ports using a linker and tools from 10A190/10A222 without issues.
     9
     10Xcode 3.2 (10A190) – I have just now moved it to .bak to test something, otherwise this one was used on 10.6.8 for ppc-only ports.
     11
     12{{{
     13Sergey-Fedorovs-Mac-mini:gcc10_build_ppc_2 svacchanda$ /usr/bin/ld.bak -v
     14@(#)PROGRAM:ld  PROJECT:ld64-87.3.1
     15}}}
     16
     17Xcode 3.2 (10A222)
     18
     19{{{
     20Sergey-Fedorovs-Mac-mini:gcc10_build_ppc_2 svacchanda$ /usr/bin/ld -v
     21@(#)PROGRAM:ld  PROJECT:ld64-91
     22llvm version 2.5svn,  Apple Build #2077-03
     23}}}
     24
     25Xcode 3.2.6
     26
     27{{{
     28Sergey-Fedorovs-Mac-mini:gcc10_build_ppc_2 svacchanda$ /Volumes/SnowLeo/Xcode3/usr/bin/ld -v
     29@(#)PROGRAM:ld  PROJECT:ld64-97.17
     30llvm version 2.9svn, from Apple Clang 1.7 (build 77)
     31}}}
     32
     33Xcode 4.2
     34
     35{{{
     36Sergey-Fedorovs-Mac-mini:gcc10_build_ppc_2 svacchanda$ /Volumes/SnowLeo/Developer/usr/bin/ld -v
     37@(#)PROGRAM:ld  PROJECT:ld64-127.2
     38llvm version 3.0svn, from Apple Clang 3.0 (build 211.10.1)
     39}}}
     40
     41