Changes between Version 42 and Version 43 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Aug 31, 2016, 2:59:30 AM (8 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v42 v43  
    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 a newer version of llvm:
     765. Disable the variants corresponding to the bootstrap versions of llvm in `/opt/local/etc/macports/variants.conf`.  This ensures that future installs of cctools and ld64 will use a newer version of llvm:
    7777{{{
    78 +llvm38
     78-llvm33
     79-llvm34
    7980}}}
    80816. Edit `/opt/local/etc/macports/macports.conf` again to add `macports-clang-3.7` as preferred compiler: