[dpdk-dev] [PATCH v2 2/6] mk: fix driver dependencies order for static application

2016-06-10 Thread Thomas Monjalon
2016-06-10 15:49, Ferruh Yigit: > On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > > On a linker command line, the dependencies must be declared after > > the libraries using them. > > It will avoid some issues when building an application with static > > libraries and --as-needed option. > > > > Si

[dpdk-dev] [PATCH v2 2/6] mk: fix driver dependencies order for static application

2016-06-10 Thread Ferruh Yigit
On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > On a linker command line, the dependencies must be declared after > the libraries using them. > It will avoid some issues when building an application with static > libraries and --as-needed option. > > Signed-off-by: Thomas Monjalon > --- Do we nee

[dpdk-dev] [PATCH v2 2/6] mk: fix driver dependencies order for static application

2016-06-10 Thread Thomas Monjalon
On a linker command line, the dependencies must be declared after the libraries using them. It will avoid some issues when building an application with static libraries and --as-needed option. Signed-off-by: Thomas Monjalon --- mk/rte.app.mk | 38 +++--- 1 file ch