Changes between Version 68 and Version 69 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Aug 30, 2019, 10:21:00 PM (5 years ago)
Author:
kencu (Ken)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v68 v69  
    106106## delete this line you added previously ==> revupgrade_autorun         no
    107107}}}
    108 12. Uninstall the bootstrap toolchain:
     10812. Now that you have clang-5.0 (or greater) installed, you can rebuild libcxx with the `+emulatedtls` variant for full functionality:
     109{{{
     110sudo port -v upgrade --enforce-variants libcxx +emulatedtls
     111}}}
     11213. Uninstall the bootstrap toolchain:
    109113{{{
    110114sudo port -v deactivate llvm-3.4 clang-3.4
    111115sudo port -v uninstall inactive
    112116}}}
    113 13. Snow Leopard is able to install and use versions of clang and llvm up at least 8.0 at present. Leopard is presently limited to clang-7.0.
     11714. Snow Leopard is able to install and use versions of clang and llvm up at least 8.0 at present. Leopard is presently limited to clang-7.0.
    114118
    115119== Leopard (ppc) ==