On 2014-04-17 21:38, Evgeny Grin wrote:
> Hi,
>
> I spend a few hours before I realized that libtool did not pass to linker
> flags other than -L -l -Wl, and -Xlinker. It's totally confusing as in
> compile mode libtool pass all flags to compiler.
> Currently there are no way to pass flags like
Hi,
I spend a few hours before I realized that libtool did not pass to linker flags
other than -L -l -Wl, and -Xlinker. It's totally confusing as in compile mode
libtool pass all flags to compiler.
Currently there are no way to pass flags like -static-libgcc to linker except
editing makefile/co