CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/09 10:08:50
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
With some ports it's difficult to add linker flags, so reuse the ld wrapper
script infrastructure previously used for USE_WXNEEDED to allow adding
--no-execute-only by setting USE_NOEXECONLY=Yes in the port.
This isn't ideal for compilers (in cases where those can't be made to work
with exec-only they need patching to add to the internally constructed linker
command line, though it does at least help with initial testing there),
and is useful for some other ports.
ok tb@