Changes between Initial Version and Version 1 of Ticket #64616
- Timestamp:
- Feb 6, 2022, 12:48:24 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64616 – Description
initial v1 7 7 8 8 I have gcc7 and gcc6 installed, it should have tried using those. Instead, gcc-4.2.1 is invoked, which fails. 9 10 In fact port file permits that, banning only early clang: 11 12 `compiler.blacklist {clang < 600}` 13 14 Instead gcc < 4.6 must be blacklisted as well.