Hi All,
For our project we use automake/libtool
automake (GNU automake) 1.14.1
libtool (GNU libtool) 2.4.2
autoconf (GNU Autoconf) 2.69
We have,
platform/targetA/Makefile.am
platform/targetB/Makefile.am
example/*/Makefile.am
We wanted to link an external lib wrapped around
--whole-archive/--no-
On 16 February 2015 at 14:38, Mike Frysinger wrote:
> On 26 Nov 2014 11:20, Venkatesh Vivekanandan wrote:
> > Problem is, platform linker command doesn't have
> > --whole-archive/--no-whole-archive around the lib. Instead it comes later
> > in the command line.
>