Changes between Initial Version and Version 1 of Ticket #55410, comment 10


Ignore:
Timestamp:
May 4, 2018, 7:24:26 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55410, comment 10

    initial v1  
    11The following quite simple patch makes clang-3.9 work on 10.6.8 as it does on newer systems, adding `stdlib=libc++` if there is none specified on the build or link line, which is what you want if you have your cxx_stdlib set to libc++. However, don't forget you have done this, as it changes default behaviour. For that reason I have it as a variant so I can see that I did that.
    2 {{{
    3 https://github.com/kencu/SnowLeopardPorts/blob/master/lang/llvm-3.9/files/9999-patch-clang-3.9-Toolchains-default-always-libcxx.diff
    4 }}}
     2
     3<https://github.com/kencu/SnowLeopardPorts/blob/master/lang/llvm-3.9/files/9999-patch-clang-3.9-Toolchains-default-always-libcxx.diff?
    54
    65and this installation set is what I use:
    7 {{{
    8 https://github.com/kencu/SnowLeopardPorts/tree/master/lang/llvm-3.9
    9 }}}
     6
     7<https://github.com/kencu/SnowLeopardPorts/tree/master/lang/llvm-3.9>