Re: [dpdk-dev] [PATCH v2] build: remove special handling for node library

2020-07-05 Thread Thomas Monjalon
04/07/2020 16:22, Jerin Jacob: > On Thu, Jul 2, 2020 at 9:39 PM Thomas Monjalon wrote: > > > > The node library had a need of being linked as a whole > > to make some constructors effective. > > Now that all libraries are linked with --whole-archive, > > there is no need to have this library separ

Re: [dpdk-dev] [PATCH v2] build: remove special handling for node library

2020-07-04 Thread Jerin Jacob
On Thu, Jul 2, 2020 at 9:39 PM Thomas Monjalon wrote: > > The node library had a need of being linked as a whole > to make some constructors effective. > Now that all libraries are linked with --whole-archive, > there is no need to have this library separate. > > Fixes: e2db26f76673 ("build: alway

[dpdk-dev] [PATCH v2] build: remove special handling for node library

2020-07-02 Thread Thomas Monjalon
The node library had a need of being linked as a whole to make some constructors effective. Now that all libraries are linked with --whole-archive, there is no need to have this library separate. Fixes: e2db26f76673 ("build: always link whole DPDK static libraries") Signed-off-by: Thomas Monjalon