Changes between Version 1 and Version 2 of Ticket #50011, comment 10


Ignore:
Timestamp:
Dec 15, 2015, 5:20:36 PM (9 years ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50011, comment 10

    v1 v2  
    22> You can probably blacklist < 504 and don't need to blacklist 3.4 and 3.5.  I doubt you are compiling polly, which was the reason for the latest bump.
    33
    4 Blacklist only < 504 is not enough, as then the system compilers on OSX 10.8 and 10.9 will be used, which do not work properly. Also don't i need to explicitly blacklist macports clang 3.4 to prvwnt it being used as the fallblack. I've tested the settings as per my patch on all OSX versions and i think it covers all bases.
     4Blacklist only < 504 is not enough, as then the system compilers on OSX 10.8 and 10.9 will be used, which do not work properly. Also don't i need to explicitly blacklist macports clang 3.4 to preventt it being used as the fallblack. I've tested the settings as per my patch on all OSX versions and i think it covers all bases.
    55
    66Chris