Re: bug#48088: libtool hardcodes native (cross-)compiler, incorrect when using libtool as cross-compiler

2021-04-29 Thread Maxime Devos
Severity: minor Hi Ludo, Ludovic Courtès schreef op do 29-04-2021 om 13:52 [+0200]: > [...] > The ‘libtool’ script provided by the ‘libtool’ package is usually > unused. The modus operandi for Libtool is that packages generate their > own ‘libtool’ script at configure time, tailored for the give

libtool hardcodes native (cross-)compiler, incorrect when using libtool as cross-compiler

2021-04-28 Thread Maxime Devos
Hi, [CC'ing to libtool mailing list, maybe they can shed some light on the matter of how libtool can be used as a cross-compiler. This concerns the definition of the libtool package in guix.] $ cat $(guix build libtool)/bin/libtool Some relevant output: > # A C compiler. > LTCC="gcc" > # Compil