On 2023/10/16 21:07, Klemens Nanni wrote: > OK kn when that works on sparc64 for you and got wrapped in a > CHOSEN_COMPILER or MACHINE_ARCH check.
CHOSEN_COMPILER is messy because it has to go after the final
.include <bsd.port.mk>
Using MACHINE_ARCH and enumerating the base-gcc archs is a
terrible idea for this.
Could do !${PROPERTIES:Mclang} though my strong preference would
be to avoid difference between flags on the different archs and
always add to CXXFLAGS..
