Changes between Version 9 and Version 10 of CompilerSelection


Ignore:
Timestamp:
Jan 31, 2020, 2:13:21 AM (4 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerSelection

    v9 v10  
    151151|| {{{compiler.thread_local_storage}}}  || Is thread local storage required, e.g. {{{__thread}}}, {{{_Thread_local}}}, or {{{std::thread_local}}} || yes or no || no ||
    152152|| {{{configure.cxx_stdlib}}} || C++ Standard Library || blank, libc++, libstdc++, or macports-libstdc++ || dependent on user preference and OS version ||
     153|| {{{compiler.support_environment_paths}}} || Compiler must respect CPATH and LIBRARY_PATH environment variables || yes or no || no ||
     154|| {{{compiler.support_environment_sdkroot}}} || Compiler must respect SDKROOT environment variable || yes or no || no ||
     155|| {{{compiler.limit_flags}}} || Do not add {{{-I}}}, {{{-L}}}, or {{{-isysroot}}} to compiler flags || yes or no || no ||
    153156
    154157== Medium Base Support ==