Hi! On Thu, 2026-01-15 at 03:54:32 +0100, Guillem Jover wrote: > Checking now criu, I think my position is now that given that there's > no standardized variable to use for direct ld(1) calls (I mean we > could just declare one as such, but…), and such projects might be mixing > them with other linker calls done via the compiler, so passing these > might be tricky or imply modifying upstream code anyway, there's > currently no point in providing pre-cooked flags for such use, so I'll > go for now with changing the documentation to ban their use, and > explain what can be done on the upstream codebase instead.
Actually let me re-backtrack :D, after noticing now the optee-os, and how it is a pure direct ld(1) caller user, I guess providing this variable makes more sense, instead of having to off-load that to each potential package, and at worse, they will just need to be patched upstream in case of mixed usage anyway. So, I guess I'll keep the current dpkg change to introduce a new variable for direct calls. Thanks, Guillem

