Changes between Version 44 and Version 45 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Oct 31, 2016, 8:58:59 PM (8 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v44 v45  
    110110{{{
    111111# clang-3.6 or newer is required for compiling ppc code with clang
    112 sudo port -v -s install clang-3.6
     112sudo port -v -s install clang-3.7
    113113
    114114# Uninstall the intel versions of these ports
     
    116116
    117117# Re-build libcxx, libcxxabi, libmacho, and libunwind with a ppc slice
    118 sudo port -v -s install libcxx universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.6
     118sudo port -v -s install libcxx universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
    119119}}}
    120120