New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 5 and Version 6 of UsingTheRightCompiler


Ignore:
Timestamp:
07/04/09 18:54:54 (4 years ago)
Author:
ryandesign@…
Comment:

Users are advised not to change a port's compiler manually

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v5 v6  
    8787These variables are not set for the other compilers because they do not include a Fortran compiler. 
    8888 
    89 These variables can also be overridden when running a particular command. So, for example, to build openssl using the version of gcc-4.2 installed with the Developer Tools, you can run 
     89These variables can also be overridden when running a particular command. 
     90So, for example, to build openssl using the version of gcc-4.2 installed with the Developer Tools, you can run 
    9091 
    9192{{{ 
    9293port install openssl configure.compiler=gcc-4.2 
    9394}}} 
     95 
     96However users should not change the compiler a port uses, and doing so is unsupported. 
    9497 
    9598= Ports with nonstandard or nonexistent configure scripts = #nonstandard-ports