Changes between Initial Version and Version 1 of Ticket #54358, comment 20


Ignore:
Timestamp:
Jul 4, 2017, 6:44:32 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54358, comment 20

    initial v1  
    442. Nobody wants 5 different 200MB compilers with 200MB llvm versions to support them.
    553. It takes time to sort out just which version of clang is "good enough" for the given port.
    6 4. The cxx11 1.1 PortGroup can also do other good stuff (like fix all PPC machines for example).
     64. The cxx11 1.1 PortGroup can also do other good stuff for free (like fix all PPC machines for example).
    77
    88So - if I run across this kind of issue, it is very tempting to just add in the cxx11 1.1 PortGroup as step 1 of the process, and if that fixes it (which it almost always will), and then you're done in 10 seconds + build time.