Re: Passing flags with mode=link

2014-05-16 Thread Peter Rosin
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

Passing flags with mode=link

2014-04-17 Thread Evgeny Grin
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