Changes between Version 20 and Version 21 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Oct 27, 2015, 6:36:21 PM (9 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v20 v21  
    69694. Build a newer clang compiler using libc++ and uninstall the old one using libstdc++:
    7070{{{
    71 sudo port -v install clang-3.5
     71sudo port -v install clang-3.7
    7272sudo port -v uninstall llvm-3.4 clang-3.4
    7373}}}
    74745. Either:
    75     1. Edit /opt/local/etc/macports/macports.conf again to add macports-clang-3.5 before macports-clang-3.4.
    76     2. Rebuild clang-3.4 using clang-3.5:
     75    1. Edit /opt/local/etc/macports/macports.conf again to add macports-clang-3.7 before macports-clang-3.4.
     76    2. Rebuild clang-3.4 using clang-3.7:
    7777{{{
    78 sudo port -v install clang-3.4 configure.compiler=macports-clang-3.5
     78sudo port -v install clang-3.4 configure.compiler=macports-clang-3.7
    7979}}}
    8080