Changes between Version 62 and Version 63 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Dec 1, 2017, 9:09:08 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Fix changeset link

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v62 v63  
    114114== Leopard (ppc) ==
    115115
    116 Darwin/PowerPC support is still quite experimental in llvm, so expect things to not be as stable as more established toolchains.  Additionally, it is non-trivial to bootstrap libc++ on Leopard because the libcxx port does not build for ppc with versions older than clang-3.6, and clang-3.5 and newer require libc++.  After setting up my Leopard/Intel Mac as described above (fully upgraded through 1ad7738a54d1bb11c98455154e6d625680f49b2d), I've been able to build a universal libc++ runtime for ppc:
     116Darwin/PowerPC support is still quite experimental in llvm, so expect things to not be as stable as more established toolchains.  Additionally, it is non-trivial to bootstrap libc++ on Leopard because the libcxx port does not build for ppc with versions older than clang-3.6, and clang-3.5 and newer require libc++.  After setting up my Leopard/Intel Mac as described above (fully upgraded through [1ad7738a54d1bb11c98455154e6d625680f49b2d/macports-ports]), I've been able to build a universal libc++ runtime for ppc:
    117117{{{
    118118# clang-3.6 or newer is required for compiling ppc code with clang