[dpdk-dev] [PATCH v2 6/6] mk: reduce scope of whole-archive static linking

2016-06-10 Thread Thomas Monjalon
2016-06-10 16:03, Ferruh Yigit: > On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > > From: Ferruh Yigit > > > > The --whole-archive argument is only required for plugins (drivers) > > and libraries used by these plugins. > > Currently it covers all libraries. > > Reducing the scope of this argument

[dpdk-dev] [PATCH v2 6/6] mk: reduce scope of whole-archive static linking

2016-06-10 Thread Ferruh Yigit
On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > From: Ferruh Yigit > > The --whole-archive argument is only required for plugins (drivers) > and libraries used by these plugins. > Currently it covers all libraries. > Reducing the scope of this argument slightly reduce final application size > when

[dpdk-dev] [PATCH v2 6/6] mk: reduce scope of whole-archive static linking

2016-06-10 Thread Thomas Monjalon
From: Ferruh Yigit The --whole-archive argument is only required for plugins (drivers) and libraries used by these plugins. Currently it covers all libraries. Reducing the scope of this argument slightly reduce final application size when statically linked. Signed-off-by: Ferruh Yigit Signed-of