On Fri, 21 May 2021, Charlie Li wrote: > .if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 GCC 4.2 is not an option any more, even USE_GCC=any does not pull it in now, so you can simplify this. (Disclaimer: your commit predates that changes, so just a heads up.) Gerald