[dpdk-dev] [PATCH v3 1/3] mk: clear up libm and librt linkage confusion

2016-03-15 Thread Panu Matilainen
On 03/14/2016 06:44 PM, Ferruh Yigit wrote: > On 3/10/2016 1:15 PM, Panu Matilainen wrote: >> There are two places that need -lm (test app and librte_sched) and >> exactly one that needs -lrt (librte_sched). Add the relevant >> DT_NEEDED entries to both, and eliminate the bogus discrepancy >> betwe

[dpdk-dev] [PATCH v3 1/3] mk: clear up libm and librt linkage confusion

2016-03-14 Thread Ferruh Yigit
On 3/10/2016 1:15 PM, Panu Matilainen wrote: > There are two places that need -lm (test app and librte_sched) and > exactly one that needs -lrt (librte_sched). Add the relevant > DT_NEEDED entries to both, and eliminate the bogus discrepancy > between Linux and BSD EXECENV_LDLIBS wrt these libs. >

[dpdk-dev] [PATCH v3 1/3] mk: clear up libm and librt linkage confusion

2016-03-10 Thread Panu Matilainen
There are two places that need -lm (test app and librte_sched) and exactly one that needs -lrt (librte_sched). Add the relevant DT_NEEDED entries to both, and eliminate the bogus discrepancy between Linux and BSD EXECENV_LDLIBS wrt these libs. Signed-off-by: Panu Matilainen --- app/test/Makefile