Hi, On 2/10/25 18:48, Johannes Schauer Marin Rodrigues wrote:
I understand from the other mails that this architecture-check is not even needed and that --as-needed will let the linker do the right thing. I still like to special-case the only arch where this seems to be needed.
It's not needed on RISC-V? Whoa.
I gave up on hoping that onetbb fixes it as neither upstream nor the Debian bug show any activity, so I'm patching my own package instead.
FWIW if the offending code is inlined into your package, then there isn't much they can do to fix it.
/usr/bin/ld: unrecognized option '--push-flags'
You probably meant --push-state and --pop-state instead?
Yes, indeed. Simon