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 _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
