Changes between Initial Version and Version 1 of Ticket #16236, comment 7


Ignore:
Timestamp:
Jun 11, 2020, 1:43:46 AM (4 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16236, comment 7

    initial v1  
    1 This issue also exists in SetIncludePropertiesVariables at ../build/jam/HelperRules causing the -I- issues on gcc 10 + 11
     1This issue also exists in SetIncludePropertiesVariables at ../build/jam/HelperRules causing the "-I-/-iquote" issues on gcc 10+
    22
    3 SetIncludePropertiesVariables is checking for gcc < 4, so we might need to check for more than GCC2 || !GCC2
     3SetIncludePropertiesVariables is checking for gcc < 4, so we might need to check for more than GCC2 / !GCC2
    44
    55I put a "quick" fix here: https://review.haiku-os.org/c/haiku/+/2901 , but given SetIncludePropertiesVariables's usage of non-binary GCC2/!GCC2 it isn't even a complete workaround.