Changes between Version 61 and Version 62 of LibcxxOnOlderSystems


Ignore:
Timestamp:
May 14, 2017, 3:55:08 AM (7 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v61 v62  
    9696{{{
    9797sudo port -v upgrade --enforce-variants ld64 -ld64_97 -ld64_127 -ld64_236
    98 sudo port -v deactivate ld64_127
     98sudo port -v deactivate ld64-127
    9999}}}
    10010010. **Experimental:** Install clang-3.9
     
    119119sudo port -v -s install clang-3.7
    120120
    121 On my Leopard system with a G4, PowerPC 7447A, clang-3.[678] report:
    122 
    123 {{{
    124 Error: clang-3.6 cannot be installed for the configured build_arch 'ppc' because it only supports the arch(s) 'i386 x86_64'.
    125 }}}
    126 
    127121# Re-build libcxx, libcxxabi, libmacho, and libunwind with a ppc slice
    128122sudo port -v -n upgrade --force libmacho +universal universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
     
    139133  * https://llvm.org/bugs/show_bug.cgi?id=30867
    140134
    141 Not much more testing has been done than that.
     135Not much more testing has been done than that, and getting the toolchain itself to run on ppc is not going to work without at least those above tickets getting addressed.
    142136
    143137== Tiger ==