On Fri, Feb 17, 2017 at 04:11:28PM +0100, Ulf Hermann wrote: > Link them all with -z,defs,-z,relro,--no-undefined, provide complete > dependencies for the link steps, and add libeu.a to each one. libeu.a > contains useful library functionality that each of them might use. The > linker will strip unneeded symbols, so linking it in won't hurt even if > none of the functions are used.
This is a nice cleanup. Sorry it took so long to review. Applied to master. Thanks, Mark