Changes between Version 10 and Version 11 of UsingTheRightCompiler


Ignore:
Timestamp:
Mar 7, 2011, 11:42:42 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

remove instructions telling the user how to override a port's chosen compiler, since that's not something we ever want them to do

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v10 v11  
    8585These variables are not set for the other compilers because they do not include a Fortran compiler.
    8686
    87 These variables can also be overridden when running a particular command.
    88 So, for example, to build openssl using the version of gcc-4.2 installed with the Developer Tools, you can run
    89 
    90 {{{
    91 port install openssl configure.compiler=gcc-4.2
    92 }}}
    93 
    94 However users should not change the compiler a port uses, and doing so is unsupported.
    95 
    9687= Ports with nonstandard or nonexistent configure scripts = #nonstandard-ports
    9788