Changes between Version 37 and Version 38 of UsingTheRightCompiler


Ignore:
Timestamp:
Jul 15, 2021, 4:14:45 PM (3 years ago)
Author:
kencu (Ken)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v37 v38  
    117117|| apple-gcc-* || host libstdc++ ||
    118118|| macports-gcc-* || MP libstdc++ ||
    119 || dragonegg-* || MP libstdc++ ||
    120119|| clang < 163 || host libstdc++ ||
    121 || clang >= 163 || host libstdc++ or host libc++ ||
    122 || macports-clang-* || host libstdc++ or host libc++ ||
     120|| clang >= 163 || host libstdc++ (use {{{-stdlib=libstdc++}}}) or host libc++ (use {{{-stdlib=libc++}}}) ||
     121|| macports-clang-* || host libstdc++ (use {{{-stdlib=libstdc++}}}) or host libc++ (use {{{-stdlib=libc++}}}) ||
     122|| macports-clang-5.0 or greater on Intel || host libstdc++ (use {{{-stdlib=libstdc++}}}) or host libc++ (use {{{-stdlib=libc++}}}) or MP libstdc++ (use {{{-stdlib=macports-libstdc++}}}) ||
    123123Be careful about mixing different C++ runtimes, as there are incompatibilities
    124124between them that can lead to problems.