[dpdk-dev] [PATCH v2 3/6] mk: remove library grouping during application linking

2016-06-10 Thread Thomas Monjalon
2016-06-10 15:54, Ferruh Yigit: > On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > > From "man ld": > > Using this option has a significant performance cost. > > It is best to use it only when there are unavoidable > > circular references between two or more archives. > > > > Remove the option

[dpdk-dev] [PATCH v2 3/6] mk: remove library grouping during application linking

2016-06-10 Thread Ferruh Yigit
On 6/10/2016 2:19 PM, Thomas Monjalon wrote: > From "man ld": > Using this option has a significant performance cost. > It is best to use it only when there are unavoidable > circular references between two or more archives. > > Remove the option since it does not seem necessary. > > Signed

[dpdk-dev] [PATCH v2 3/6] mk: remove library grouping during application linking

2016-06-10 Thread Thomas Monjalon
>From "man ld": Using this option has a significant performance cost. It is best to use it only when there are unavoidable circular references between two or more archives. Remove the option since it does not seem necessary. Signed-off-by: Thomas Monjalon --- mk/rte.app.mk | 4 +--- 1 fil