[dpdk-dev] [PATCH] mk: fix extra options when linking lib through compiler

2015-11-20 Thread Thomas Monjalon
2015-11-20 16:40, Olivier MATZ: > On 11/20/2015 03:02 PM, Thomas Monjalon wrote: > > When using a linker option not known by the compiler like -rpath, > > the library linkage was failing. > > It is fixed by prefixing the option with -Wl, as it is done in other > > makefiles. > > > > Signed-off-by:

[dpdk-dev] [PATCH] mk: fix extra options when linking lib through compiler

2015-11-20 Thread Olivier MATZ
Hi, On 11/20/2015 03:02 PM, Thomas Monjalon wrote: > When using a linker option not known by the compiler like -rpath, > the library linkage was failing. > It is fixed by prefixing the option with -Wl, as it is done in other > makefiles. > > Signed-off-by: Thomas Monjalon > --- > mk/rte.lib.mk

[dpdk-dev] [PATCH] mk: fix extra options when linking lib through compiler

2015-11-20 Thread Thomas Monjalon
When using a linker option not known by the compiler like -rpath, the library linkage was failing. It is fixed by prefixing the option with -Wl, as it is done in other makefiles. Signed-off-by: Thomas Monjalon --- mk/rte.lib.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/rte.lib.mk b/