Changes between Version 41 and Version 42 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Aug 26, 2016, 9:10:55 PM (8 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v41 v42  
    7474sudo port -v install clang-3.7
    7575}}}
    76 5. Add the variant corresponding to the new version of llvm to `/opt/local/etc/macports/variants.conf`.  This ensures that cctools and ld64 will be reinstalled using the appropriate version of llvm:
     765. Add the variant corresponding to the new version of llvm to `/opt/local/etc/macports/variants.conf`.  This ensures that cctools and ld64 will be reinstalled using a newer version of llvm:
    7777{{{
    78 +llvm37
     78+llvm38
    7979}}}
    80806. Edit `/opt/local/etc/macports/macports.conf` again to add `macports-clang-3.7` as preferred compiler:
     
    84847. Rebuild cctools and ld64 to use the newer version of llvm:
    8585{{{
    86 sudo port -v -n upgrade --enforce-variants cctools -llvm34
    87 sudo port -v upgrade --enforce-variants ld64 -llvm34
     86sudo port -v -n upgrade --enforce-variants cctools -llvm33 -llvm34
     87sudo port -v upgrade --enforce-variants ld64 -llvm33 -llvm34
    8888}}}
    89898. Disable the variants corresponding to the older versions of ld64 in `/opt/local/etc/macports/variants.conf`.  This ensures that ld64 will be reinstalled using the appropriate variants in the future: