[dpdk-dev] [PATCH 2/2] mk: fix dependency on toolchain libraries

2016-07-15 Thread Thomas Monjalon
2016-07-13 09:42, Thomas Monjalon: > The -l options specifying libraries to link with are in LDLIBS. > But it can happen to have some libraries in other variables. > In case of a low level dependency specified in some environments > via EXTRA_LDFLAGS, there can be an unresolved issue due to a > wro

[dpdk-dev] [PATCH 2/2] mk: fix dependency on toolchain libraries

2016-07-13 Thread Thomas Monjalon
The -l options specifying libraries to link with are in LDLIBS. But it can happen to have some libraries in other variables. In case of a low level dependency specified in some environments via EXTRA_LDFLAGS, there can be an unresolved issue due to a wrong linking order. Indeed the libraries must b