Changes between Version 12 and Version 13 of CompilerEnvironmentVariables


Ignore:
Timestamp:
Jan 28, 2020, 11:54:38 AM (4 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerEnvironmentVariables

    v12 v13  
    3636However, an environment variable is no panacea.
    3737* Not all build systems [https://github.com/macports/macports-ports/pull/5385 respect environment variables].
    38 * Not all environment variables are supported on all compilers.
     38* Not all environment variables are [CompilerSelection#EnvironmentVariables supported on all compilers].
    3939* Setting CC_PRINT_OPTIONS causes `-v` to behave differently. For example, it breaks FindOpenMP in CMake.
    40 
    41 ||= Variable =||= Xcode Support =||= Clang Support =||= GCC Support =||
    42 || CPATH || all except early versions of Clang (1.*) || all available from MacPorts || all available from MacPorts ||
    43 || LIBRARY_PATH || all except early versions of Clang (1.*) || all available from MacPorts || all available from MacPorts ||
    44 || MACOSX_DEPLOYMENT_TARGET || all || all available from MacPorts || all available from MacPorts ||
    45 || SDKROOT || OSX 10.9 (existence of /usr/lib/libxcselect.dylib) || all available from MacPorts || [https://github.com/macports/macports-ports/commit/dd197967ac1c9fb9b489ee4e347a2f5a859f9839 version 7], [https://github.com/macports/macports-ports/commit/1850136d289019f3b29a5b24d3ec8ef9b23913ee version 9+] ||
    46 || DEVELOPER_DIR || OSX 10.9 (existence of /usr/lib/libxcselect.dylib) || N/A || N/A ||
    47 || CC_PRINT_OPTIONS || all || all available from MacPorts || all available from MacPorts ||
    48 || CC_PRINT_OPTIONS_FILE || all || all available from MacPorts || all available from MacPorts ||