Changes between Initial Version and Version 1 of Ticket #64616


Ignore:
Timestamp:
Feb 6, 2022, 12:48:24 PM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64616 – Description

    initial v1  
    77
    88I have gcc7 and gcc6 installed, it should have tried using those. Instead, gcc-4.2.1 is invoked, which fails.
     9
     10In fact port file permits that, banning only early clang:
     11
     12`compiler.blacklist  {clang < 600}`
     13
     14Instead gcc < 4.6 must be blacklisted as well.