Hi!
Beside using an absolute path, the ld of Binutils has eight ways¹ to pass a
library like libfoo.so via options:
-lfoo
-l foo
-library=foo
--library=foo
-l:libfoo.so
-l :libfoo.so
-library=:libfoo.so
--library=:libfoo.so
The ld-wrapper however only supports one of these possibilities, which
Hi Leo!
I’m addressing you directly because of the entry in etc/teams.scm.
I found and fixed a bug in make-linux-libre*. The split of the phase 'configure
into a separate 'set-environment will be used by another patch.
Actually this is part of a patch series in 48314. But it is an independent