[BRLTTY] PATCH review request

Samuel Thibault samuel.thibault at ens-lyon.org
Tue Jan 18 12:34:55 EST 2022


Dave Mielke, le mar. 18 janv. 2022 12:26:15 -0500, a ecrit:
> Perhaps someone could explain what the actual problem is so that a proper resolution can be implemented.

AIUI the problem is being able to specify which ld/strip/ranlib to use,
i.e.:

./configure LD=lld STRIP=llstrip RANLIB=llranlib

(inventing some of the above).

With

AC_PATH_TOOL([LD], [ld])

configure will only look for ld and triple-ld, without letting the user
being able to specify which LD to use.

Samuel


More information about the BRLTTY mailing list