Changes between Initial Version and Version 1 of Ticket #16236, comment 7
- Timestamp:
- Jun 11, 2020, 1:43:46 AM (5 years ago)
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 + 111 This issue also exists in SetIncludePropertiesVariables at ../build/jam/HelperRules causing the "-I-/-iquote" issues on gcc 10+ 2 2 3 SetIncludePropertiesVariables is checking for gcc < 4, so we might need to check for more than GCC2 ||!GCC23 SetIncludePropertiesVariables is checking for gcc < 4, so we might need to check for more than GCC2 / !GCC2 4 4 5 5 I 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.