[dpdk-dev] [PATCH v2] malloc: fix combined lib build

2015-07-22 Thread Thomas Monjalon
> Malloc was moved to the EAL and dummy malloc library was left > to not break apps that had a librte_malloc.so dependency. > Note that the dummy library will be removed in the next release. > > When building a combined library, all objects are copied to the same > directory before creating the li

[dpdk-dev] [PATCH v2] malloc: fix combined lib build

2015-07-21 Thread Sergio Gonzalez Monroy
Malloc was moved to the EAL and dummy malloc library was left to not break apps that had a librte_malloc.so dependency. Note that the dummy library will be removed in the next release. When building a combined library, all objects are copied to the same directory before creating the library itself